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.Methods in org.apache.commons.vfs2.util with parameters of type PosixPermissions.Type Modifier and Type Method Description private boolean
PosixPermissions. get(PosixPermissions.Type type)
Tests whether the bit corresponding to the permission is set.Method parameters in org.apache.commons.vfs2.util with type arguments of type PosixPermissions.Type Modifier and Type Method Description private int
PosixPermissions. computeNewPermissions(java.util.Map<PosixPermissions.Type,java.lang.Boolean> values)
Computes new permission from old ones.
-