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