org.apache.ant.compress.taskdefs
Class Tar.Format

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

public static final class Tar.Format
extends org.apache.tools.ant.types.EnumeratedAttribute

The supported tar formats for entries with long file names.


Field Summary
static Tar.Format OLDGNU
           
static Tar.Format USTAR
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
Tar.Format()
           
Tar.Format(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USTAR

public static final Tar.Format USTAR

OLDGNU

public static final Tar.Format OLDGNU
Constructor Detail

Tar.Format

public Tar.Format(java.lang.String v)

Tar.Format

public Tar.Format()
Method Detail

getValues

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

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object