Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
-
Packages that use DumpArchiveEntry.PERMISSION Package Description org.apache.commons.compress.archivers.dump This package provides stream classes for reading archives using the Unix DUMP format. -
-
Uses of DumpArchiveEntry.PERMISSION in org.apache.commons.compress.archivers.dump
Fields in org.apache.commons.compress.archivers.dump with type parameters of type DumpArchiveEntry.PERMISSION Modifier and Type Field Description private java.util.Set<DumpArchiveEntry.PERMISSION>
DumpArchiveEntry. permissions
Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.PERMISSION Modifier and Type Method Description static DumpArchiveEntry.PERMISSION
DumpArchiveEntry.PERMISSION. valueOf(java.lang.String name)
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.PERMISSION Modifier and Type Method Description static java.util.Set<DumpArchiveEntry.PERMISSION>
DumpArchiveEntry.PERMISSION. find(int code)
java.util.Set<DumpArchiveEntry.PERMISSION>
DumpArchiveEntry. getPermissions()
Returns the permissions on the entry.
-