org.apache.ant.compress.taskdefs
Class Tar.Format
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
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.
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
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 |
USTAR
public static final Tar.Format USTAR
OLDGNU
public static final Tar.Format OLDGNU
GNU
public static final Tar.Format GNU
STAR
public static final Tar.Format STAR
PAX
public static final Tar.Format PAX
Tar.Format
public Tar.Format(java.lang.String v)
Tar.Format
public Tar.Format()
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