Uses of Interface
manifold.api.fs.IFileSystem
-
Packages that use IFileSystem Package Description manifold.api.fs manifold.api.fs.def manifold.api.fs.jar manifold.api.fs.url manifold.api.host manifold.internal.host -
-
Uses of IFileSystem in manifold.api.fs
Methods in manifold.api.fs that return IFileSystem Modifier and Type Method Description IFileSystemDelegateDirectory. getFileSystem()IFileSystemIResource. getFileSystem()The file system supporting this resourceMethods in manifold.api.fs with parameters of type IFileSystem Modifier and Type Method Description static IFileIFile. getIFile(IFileSystem fs, Path classFile)Constructors in manifold.api.fs with parameters of type IFileSystem Constructor Description AdditionalDirectory(IFileSystem fs, IDirectory delegate)DelegateDirectory(IFileSystem fs, IDirectory delegate) -
Uses of IFileSystem in manifold.api.fs.def
Classes in manifold.api.fs.def that implement IFileSystem Modifier and Type Class Description classFileSystemImplMethods in manifold.api.fs.def that return IFileSystem Modifier and Type Method Description IFileSystemFileFragmentImpl. getFileSystem()IFileSystemJavaResourceImpl. getFileSystem()Constructors in manifold.api.fs.def with parameters of type IFileSystem Constructor Description JavaDirectoryImpl(IFileSystem fileSystem, File file, IFileSystem.CachingMode cachingMode)JavaFileImpl(IFileSystem fs, File file)JavaResourceImpl(IFileSystem fileSystem, File file) -
Uses of IFileSystem in manifold.api.fs.jar
Methods in manifold.api.fs.jar that return IFileSystem Modifier and Type Method Description IFileSystemJarEntryResourceImpl. getFileSystem()IFileSystemJarFileDirectoryImpl. getFileSystem()Constructors in manifold.api.fs.jar with parameters of type IFileSystem Constructor Description JarEntryDirectoryImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile)JarEntryFileImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile)JarFileDirectoryImpl(IFileSystem fileSystem, File file) -
Uses of IFileSystem in manifold.api.fs.url
Methods in manifold.api.fs.url that return IFileSystem Modifier and Type Method Description IFileSystemURLFileImpl. getFileSystem()Constructors in manifold.api.fs.url with parameters of type IFileSystem Constructor Description URLFileImpl(IFileSystem fs, URL url) -
Uses of IFileSystem in manifold.api.host
Methods in manifold.api.host that return IFileSystem Modifier and Type Method Description IFileSystemIManifoldHost. getFileSystem()default IFileSystemIModule. getFileSystem() -
Uses of IFileSystem in manifold.internal.host
Methods in manifold.internal.host that return IFileSystem Modifier and Type Method Description IFileSystemSingleModuleManifoldHost. getFileSystem()
-