Uses of Enum
org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
Packages that use DumpArchiveEntry.PERMISSION
Package
Description
This package provides stream classes for reading archives using the Unix DUMP format.
-
Uses of DumpArchiveEntry.PERMISSION in org.apache.commons.compress.archivers.dump
Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.PERMISSIONModifier and TypeMethodDescriptionstatic DumpArchiveEntry.PERMISSION
Returns the enum constant of this type with the specified name.static DumpArchiveEntry.PERMISSION[]
DumpArchiveEntry.PERMISSION.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.compress.archivers.dump that return types with arguments of type DumpArchiveEntry.PERMISSIONModifier and TypeMethodDescriptionstatic Set
<DumpArchiveEntry.PERMISSION> DumpArchiveEntry.PERMISSION.find
(int code) Finds a matching set of enumeration values for the given code.DumpArchiveEntry.getPermissions()
Returns the permissions on the entry.