public static class Tar.TarLongFileMode extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static String |
FAIL
permissible values for longfile attribute
|
static String |
GNU
permissible values for longfile attribute
|
static String |
OMIT
permissible values for longfile attribute
|
static String |
POSIX
permissible values for longfile attribute
|
static String |
TRUNCATE
permissible values for longfile attribute
|
static String |
WARN
permissible values for longfile attribute
|
value
Constructor and Description |
---|
TarLongFileMode()
Constructor, defaults to "warn"
|
Modifier and Type | Method and Description |
---|---|
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 String FAIL
public static final String GNU
public static final String OMIT
public static final String POSIX
public static final String TRUNCATE
public static final String WARN
public String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
public boolean isFailMode()
public boolean isGnuMode()
public boolean isOmitMode()
public boolean isPosixMode()
public boolean isTruncateMode()
public boolean isWarnMode()