Uses of Enum
org.apache.commons.vfs2.util.PosixPermissions.Type
Packages that use PosixPermissions.Type
-
Uses of PosixPermissions.Type in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util that return PosixPermissions.TypeModifier and TypeMethodDescriptionstatic PosixPermissions.Type
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.TypeModifier and TypeMethodDescriptionprivate 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.TypeModifier and TypeMethodDescriptionprivate int
PosixPermissions.computeNewPermissions
(Map<PosixPermissions.Type, Boolean> values) Computes new permission from old ones.