Uses of Class
gw.lang.reflect.module.IFileSystem.CachingMode
-
Packages that use IFileSystem.CachingMode Package Description gw.lang.reflect.module -
-
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.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 gw.lang.reflect.module with parameters of type IFileSystem.CachingMode Modifier and Type Method Description voidIFileSystem. setCachingMode(IFileSystem.CachingMode cachingMode)
-