mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
WIP
This commit is contained in:
parent
1a1446ac62
commit
6433b9a1ae
|
@ -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