Package gw.lang.reflect.module
Interface IFileSystem
-
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
FileSystemImpl
public interface IFileSystem extends IService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IFileSystem.CachingMode
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearAllCaches()
IFile
getFakeFile(URL url, IModule module)
IDirectory
getIDirectory(File dir)
IDirectory
getIDirectory(URL url)
IDirectory
getIDirectory(Path dir)
IFile
getIFile(File file)
IFile
getIFile(URL url)
IFile
getIFile(Path file)
void
setCachingMode(IFileSystem.CachingMode cachingMode)
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
getIDirectory
IDirectory getIDirectory(File dir)
-
getIDirectory
IDirectory getIDirectory(Path dir)
-
setCachingMode
void setCachingMode(IFileSystem.CachingMode cachingMode)
-
clearAllCaches
void clearAllCaches()
-
getIDirectory
IDirectory getIDirectory(URL url)
-
-