Uses of Enum Class
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
Fields in org.apache.commons.compress.archivers.dump with type parameters of type DumpArchiveEntry.PERMISSIONModifier and TypeFieldDescriptionprivate Set<DumpArchiveEntry.PERMISSION>DumpArchiveEntry.permissionsMethods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.PERMISSIONModifier and TypeMethodDescriptionstatic DumpArchiveEntry.PERMISSIONReturns the enum constant of this class with the specified name.static DumpArchiveEntry.PERMISSION[]DumpArchiveEntry.PERMISSION.values()Returns an array containing the constants of this enum class, 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) DumpArchiveEntry.getPermissions()Returns the permissions on the entry.