mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
WIP
This commit is contained in:
parent
f2dfd2ca56
commit
bbad45fbbd
|
@ -0,0 +1,11 @@
|
||||||
|
package one.nem.lacerta.source.file.model;
|
||||||
|
|
||||||
|
public class DirectoryItem {
|
||||||
|
|
||||||
|
String name;
|
||||||
|
String path;
|
||||||
|
boolean isDirectory;
|
||||||
|
String extension;
|
||||||
|
long size;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user