mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
rootの合致チェックをフラグで切り替えるように
This commit is contained in:
parent
8ebc96fa98
commit
0d78f9fa7c
|
@ -106,6 +106,11 @@ public class FileManagerImpl implements FileManager {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileManager disableRootDirCheck() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public FileManager setRootDir(Path rootDir) {
|
||||
this.rootDir = rootDir;
|
||||
|
|
Loading…
Reference in New Issue
Block a user