public static final class Tar.Format
extends org.apache.tools.ant.types.EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static Tar.Format |
GNU |
static Tar.Format |
OLDGNU |
static Tar.Format |
PAX |
static Tar.Format |
STAR |
static Tar.Format |
USTAR |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String[] |
getValues() |
public static final Tar.Format USTAR
public static final Tar.Format OLDGNU
public static final Tar.Format GNU
public static final Tar.Format STAR
public static final Tar.Format PAX