Uses of Class
manifold.api.fs.IFileSystem.CachingMode
-
Packages that use IFileSystem.CachingMode Package Description manifold.api.fs manifold.api.fs.def -
-
Uses of IFileSystem.CachingMode in manifold.api.fs
Methods in manifold.api.fs that return IFileSystem.CachingMode Modifier and Type Method Description static IFileSystem.CachingModeIFileSystem.CachingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IFileSystem.CachingMode[]IFileSystem.CachingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in manifold.api.fs with parameters of type IFileSystem.CachingMode Modifier and Type Method Description voidIFileSystem. setCachingMode(IFileSystem.CachingMode cachingMode) -
Uses of IFileSystem.CachingMode in manifold.api.fs.def
Methods in manifold.api.fs.def with parameters of type IFileSystem.CachingMode Modifier and Type Method Description voidFileSystemImpl. setCachingMode(IFileSystem.CachingMode cachingMode)voidJavaDirectoryImpl. setCachingMode(IFileSystem.CachingMode cachingMode)Constructors in manifold.api.fs.def with parameters of type IFileSystem.CachingMode Constructor Description FileSystemImpl(IManifoldHost host, IFileSystem.CachingMode cachingMode)JavaDirectoryImpl(IFileSystem fileSystem, File file, IFileSystem.CachingMode cachingMode)
-