org.apache.ant.compress.taskdefs
public static class Cpio.Format extends org.apache.tools.ant.types.EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static Cpio.Format |
BINARY |
static Cpio.Format |
NEW_ASCII |
static Cpio.Format |
ODC |
static Cpio.Format |
OLD_ASCII |
Constructor and Description |
---|
Cpio.Format() |
Cpio.Format(java.lang.String v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
short |
getFormat() |
java.lang.String[] |
getValues() |
public static final Cpio.Format BINARY
public static final Cpio.Format OLD_ASCII
public static final Cpio.Format ODC
public static final Cpio.Format NEW_ASCII