org.apache.ant.compress.taskdefs
Class Cpio.Format
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.ant.compress.taskdefs.Cpio.Format
- Enclosing class:
- Cpio
public static class Cpio.Format
- extends org.apache.tools.ant.types.EnumeratedAttribute
The supported cpio formats.
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
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 |
BINARY
public static final Cpio.Format BINARY
OLD_ASCII
public static final Cpio.Format OLD_ASCII
ODC
public static final Cpio.Format ODC
NEW_ASCII
public static final Cpio.Format NEW_ASCII
Cpio.Format
public Cpio.Format(java.lang.String v)
Cpio.Format
public Cpio.Format()
getValues
public java.lang.String[] getValues()
- Specified by:
getValues
in class org.apache.tools.ant.types.EnumeratedAttribute
getFormat
public short getFormat()
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object