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 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-