mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
WIP
This commit is contained in:
parent
3ed835ef2f
commit
eadd65a334
|
@ -12,5 +12,15 @@ import java.util.List;
|
||||||
/** @noinspection unused*/
|
/** @noinspection unused*/
|
||||||
public interface FileManager {
|
public interface FileManager {
|
||||||
|
|
||||||
|
File getFileRef();
|
||||||
|
boolean isExist();
|
||||||
|
boolean isDirectory();
|
||||||
|
boolean isFile();
|
||||||
|
boolean isWritable();
|
||||||
|
boolean isReadable();
|
||||||
|
Document readXml();
|
||||||
|
|
||||||
|
FileManager setRootDir(Path rootDir);
|
||||||
|
FileManager setPath(Path path);
|
||||||
|
FileManager setPath(String path);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user