Uses of Class
gw.lang.reflect.module.IFileSystem.CachingMode
-
Packages that use IFileSystem.CachingMode Package Description gw.internal.gosu.module.fs gw.lang.reflect.module -
-
Uses of IFileSystem.CachingMode in gw.internal.gosu.module.fs
Methods in gw.internal.gosu.module.fs with parameters of type IFileSystem.CachingMode Modifier and Type Method Description void
FileSystemImpl. setCachingMode(IFileSystem.CachingMode cachingMode)
void
JavaDirectoryImpl. setCachingMode(IFileSystem.CachingMode cachingMode)
Constructors in gw.internal.gosu.module.fs with parameters of type IFileSystem.CachingMode Constructor Description FileSystemImpl(IFileSystem.CachingMode cachingMode)
JavaDirectoryImpl(File file, IFileSystem.CachingMode cachingMode)
-
Uses of IFileSystem.CachingMode in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IFileSystem.CachingMode Modifier and Type Method Description static IFileSystem.CachingMode
IFileSystem.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 gw.lang.reflect.module with parameters of type IFileSystem.CachingMode Modifier and Type Method Description void
IFileSystem. setCachingMode(IFileSystem.CachingMode cachingMode)
-