Uses of Enum
org.glassfish.pfl.basic.tools.file.FileWrapper.OpenMode
Packages that use FileWrapper.OpenMode
-
Uses of FileWrapper.OpenMode in org.glassfish.pfl.basic.tools.file
Methods in org.glassfish.pfl.basic.tools.file that return FileWrapper.OpenModeModifier and TypeMethodDescriptionstatic FileWrapper.OpenModeReturns the enum constant of this type with the specified name.static FileWrapper.OpenMode[]FileWrapper.OpenMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.pfl.basic.tools.file with parameters of type FileWrapper.OpenModeModifier and TypeMethodDescriptionvoidFileWrapper.open(FileWrapper.OpenMode mode) Open the (text) file for I/O.