public class 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 |
POSIX_WARN
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 |
isPosixWarnMode() |
boolean |
isTruncateMode() |
boolean |
isWarnMode() |
containsValue, getIndex, getValue, indexOfValue, setValue, toString
public static final String WARN
public static final String FAIL
public static final String TRUNCATE
public static final String GNU
public static final String OMIT
public static final String POSIX
public static final String POSIX_WARN
public 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()
public boolean isPosixWarnMode()
Copyright © 2001-2013 Codehaus. All Rights Reserved.