Uses of Enum
gw.lang.reflect.module.IFileSystem.CachingMode
Packages that use IFileSystem.CachingMode
-
Uses of IFileSystem.CachingMode in gw.internal.gosu.module.fs
Fields in gw.internal.gosu.module.fs declared as IFileSystem.CachingModeMethods in gw.internal.gosu.module.fs with parameters of type IFileSystem.CachingModeModifier and TypeMethodDescriptionvoidFileSystemImpl.setCachingMode(IFileSystem.CachingMode cachingMode) voidJavaDirectoryImpl.setCachingMode(IFileSystem.CachingMode cachingMode) Constructors in gw.internal.gosu.module.fs with parameters of type IFileSystem.CachingModeModifierConstructorDescriptionFileSystemImpl(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.CachingModeModifier and TypeMethodDescriptionstatic IFileSystem.CachingModeReturns 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.CachingModeModifier and TypeMethodDescriptionvoidIFileSystem.setCachingMode(IFileSystem.CachingMode cachingMode)