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

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

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

The supported tar formats for entries with long file names.


Field Summary
static Ar.Format AR
           
static Ar.Format BSD
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
Ar.Format()
           
Ar.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

AR

public static final Ar.Format AR

BSD

public static final Ar.Format BSD
Constructor Detail

Ar.Format

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

Ar.Format

public Ar.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