Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION

Packages that use DumpArchiveEntry.PERMISSION
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
 

Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.PERMISSION
static DumpArchiveEntry.PERMISSION DumpArchiveEntry.PERMISSION.valueOf(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
static Set<DumpArchiveEntry.PERMISSION> DumpArchiveEntry.PERMISSION.find(int code)
           
 Set<DumpArchiveEntry.PERMISSION> DumpArchiveEntry.getPermissions()
          Returns the permissions on the entry.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.