org.apache.ant.compress.taskdefs
Class Zip.Zip64Enum

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by org.apache.ant.compress.taskdefs.Zip.Zip64Enum
Enclosing class:
Zip

public static final class Zip.Zip64Enum
extends org.apache.tools.ant.types.EnumeratedAttribute

Policiy for creation of Zip64 extended information: never, always or as-needed.

Since:
Apache Compress Antlib 1.1

Field Summary
static Zip.Zip64Enum AS_NEEDED
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
Zip.Zip64Enum()
           
 
Method Summary
 org.apache.commons.compress.archivers.zip.Zip64Mode getPolicy()
           
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AS_NEEDED

public static final Zip.Zip64Enum AS_NEEDED
Constructor Detail

Zip.Zip64Enum

public Zip.Zip64Enum()
Method Detail

getValues

public java.lang.String[] getValues()
Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute

getPolicy

public org.apache.commons.compress.archivers.zip.Zip64Mode getPolicy()