Uses of Class
org.apache.commons.vfs2.util.PosixPermissions.Type
-
Packages that use PosixPermissions.Type Package Description org.apache.commons.vfs2.util Utility classes used by the VFS. -
-
Uses of PosixPermissions.Type in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util that return PosixPermissions.Type Modifier and Type Method Description static PosixPermissions.Type
PosixPermissions.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PosixPermissions.Type[]
PosixPermissions.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-