Package gw.internal.gosu.module.fs
Class FileSystemImpl
java.lang.Object
gw.config.BaseService
gw.internal.gosu.module.fs.FileSystemImpl
- All Implemented Interfaces:
IService,IFileSystem,IPluginHost
-
Nested Class Summary
Nested classes/interfaces inherited from interface gw.lang.reflect.module.IFileSystem
IFileSystem.CachingMode -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetFakeFile(URL url, IModule module) getIDirectory(File dir) getIDirectory(URL url) getIDirectory(Path dir) static FilenormalizeFile(File file) voidsetCachingMode(IFileSystem.CachingMode cachingMode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.plugin.IPluginHost
getInterface
-
Field Details
-
USE_NEW_API
public static boolean USE_NEW_API
-
-
Constructor Details
-
FileSystemImpl
-
-
Method Details
-
getIDirectory
- Specified by:
getIDirectoryin interfaceIFileSystem
-
getIDirectory
- Specified by:
getIDirectoryin interfaceIFileSystem
-
getIFile
- Specified by:
getIFilein interfaceIFileSystem
-
getIFile
- Specified by:
getIFilein interfaceIFileSystem
-
normalizeFile
-
setCachingMode
- Specified by:
setCachingModein interfaceIFileSystem
-
clearAllCaches
public void clearAllCaches()- Specified by:
clearAllCachesin interfaceIFileSystem
-
getIDirectory
- Specified by:
getIDirectoryin interfaceIFileSystem
-
getIFile
- Specified by:
getIFilein interfaceIFileSystem
-
getFakeFile
- Specified by:
getFakeFilein interfaceIFileSystem
-