Uses of Class
org.glassfish.pfl.basic.tools.file.FileWrapper.OpenMode
-
Packages that use FileWrapper.OpenMode Package Description org.glassfish.pfl.basic.tools.file -
-
Uses of FileWrapper.OpenMode in org.glassfish.pfl.basic.tools.file
Methods in org.glassfish.pfl.basic.tools.file that return FileWrapper.OpenMode Modifier and Type Method Description static FileWrapper.OpenMode
FileWrapper.OpenMode. valueOf(java.lang.String name)
Returns 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.OpenMode Modifier and Type Method Description void
FileWrapper. open(FileWrapper.OpenMode mode)
Open the (text) file for I/O.
-