public static class Tar.TarLongFileMode extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FAIL
permissible values for longfile attribute
|
static java.lang.String |
GNU
permissible values for longfile attribute
|
static java.lang.String |
OMIT
permissible values for longfile attribute
|
static java.lang.String |
POSIX
permissible values for longfile attribute
|
static java.lang.String |
TRUNCATE
permissible values for longfile attribute
|
static java.lang.String |
WARN
permissible values for longfile attribute
|
value
Constructor and Description |
---|
TarLongFileMode()
Constructor, defaults to "warn"
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
boolean |
isFailMode() |
boolean |
isGnuMode() |
boolean |
isOmitMode() |
boolean |
isPosixMode() |
boolean |
isTruncateMode() |
boolean |
isWarnMode() |
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public static final java.lang.String WARN
public static final java.lang.String FAIL
public static final java.lang.String TRUNCATE
public static final java.lang.String GNU
public static final java.lang.String POSIX
public static final java.lang.String OMIT
public java.lang.String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
public boolean isTruncateMode()
public boolean isWarnMode()
public boolean isGnuMode()
public boolean isFailMode()
public boolean isOmitMode()
public boolean isPosixMode()