mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-12 19:20:49 +00:00
WIP
This commit is contained in:
parent
3ed835ef2f
commit
eadd65a334
@ -12,5 +12,15 @@ import java.util.List;
|
||||
/** @noinspection unused*/
|
||||
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…
x
Reference in New Issue
Block a user