Uses of Enum
org.apache.commons.compress.archivers.dump.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
Modifier 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.Modifier and TypeMethodDescriptionstatic Set<DumpArchiveEntry.PERMISSION>
DumpArchiveEntry.PERMISSION.find
(int code) DumpArchiveEntry.getPermissions()
Returns the permissions on the entry.