public class FileSystemImpl extends BaseService implements IFileSystem
IFileSystem.CachingMode| Constructor and Description |
|---|
FileSystemImpl(IManifoldHost host,
IFileSystem.CachingMode cachingMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllCaches() |
IManifoldHost |
getHost() |
IDirectory |
getIDirectory(File dir) |
IDirectory |
getIDirectory(URL url) |
IFile |
getIFile(File file) |
IFile |
getIFile(URL url) |
ReentrantLock |
getLock() |
void |
setCachingMode(IFileSystem.CachingMode cachingMode) |
doInit, doUninit, init, isInited, uninitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInterfacepublic FileSystemImpl(IManifoldHost host, IFileSystem.CachingMode cachingMode)
public IManifoldHost getHost()
getHost in interface IFileSystempublic IDirectory getIDirectory(File dir)
getIDirectory in interface IFileSystempublic IFile getIFile(File file)
getIFile in interface IFileSystempublic void setCachingMode(IFileSystem.CachingMode cachingMode)
setCachingMode in interface IFileSystempublic void clearAllCaches()
clearAllCaches in interface IFileSystempublic IDirectory getIDirectory(URL url)
getIDirectory in interface IFileSystempublic IFile getIFile(URL url)
getIFile in interface IFileSystempublic ReentrantLock getLock()
getLock in interface IFileSystemCopyright © 2024. All rights reserved.