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 |
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 |
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 String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
public boolean isTruncateMode()
public boolean isWarnMode()
public boolean isGnuMode()
public boolean isFailMode()
public boolean isOmitMode()
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.