Uses of Enum Class
network.ike.plugin.scaffold.FileMode
Packages that use FileMode
-
Uses of FileMode in network.ike.plugin.scaffold
Subclasses with type arguments of type FileMode in network.ike.plugin.scaffoldModifier and TypeClassDescriptionenumFilesystem mode a scaffold-written file should carry on disk.Methods in network.ike.plugin.scaffold that return FileModeModifier and TypeMethodDescriptionstatic FileModeFileMode.fromManifest(Object raw) Resolve a manifestmodevalue to aFileMode.static FileModeReturns the enum constant of this class with the specified name.static FileMode[]FileMode.values()Returns an array containing the constants of this enum class, in the order they are declared.