Package manifold.api.fs.def
Class FileSystemImpl
java.lang.Object
manifold.api.service.BaseService
manifold.api.fs.def.FileSystemImpl
- All Implemented Interfaces:
IFileSystem,IPluginHost,IService
-
Nested Class Summary
Nested classes/interfaces inherited from interface manifold.api.fs.IFileSystem
IFileSystem.CachingMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetHost()getIDirectory(File dir) getIDirectory(URL url) getLock()voidsetCachingMode(IFileSystem.CachingMode cachingMode) Methods inherited from class manifold.api.service.BaseService
doInit, doUninit, init, isInited, uninitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface manifold.api.service.IPluginHost
getInterface
-
Constructor Details
-
FileSystemImpl
-
-
Method Details
-
getHost
- Specified by:
getHostin interfaceIFileSystem
-
getIDirectory
- Specified by:
getIDirectoryin interfaceIFileSystem
-
getIFile
- Specified by:
getIFilein interfaceIFileSystem
-
setCachingMode
- Specified by:
setCachingModein interfaceIFileSystem
-
clearAllCaches
public void clearAllCaches()- Specified by:
clearAllCachesin interfaceIFileSystem
-
getIDirectory
- Specified by:
getIDirectoryin interfaceIFileSystem
-
getIFile
- Specified by:
getIFilein interfaceIFileSystem
-
getLock
- Specified by:
getLockin interfaceIFileSystem
-