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
Subclasses with type arguments of type DumpArchiveEntry.PERMISSION in org.apache.commons.compress.archivers.dumpMethods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.PERMISSIONModifier and TypeMethodDescriptionstatic DumpArchiveEntry.PERMISSIONReturns 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) DumpArchiveEntry.getPermissions()Returns the permissions on the entry.