|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.archiver.util.EnumeratedAttribute
org.codehaus.plexus.archiver.tar.TarLongFileMode
public class TarLongFileMode
Set of options for long file handling in the task.
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.codehaus.plexus.archiver.util.EnumeratedAttribute |
|---|
value |
| Constructor Summary | |
|---|---|
TarLongFileMode()
Constructor, defaults to "warn" |
|
| Method Summary | |
|---|---|
String[] |
getValues()
This is the only method a subclass needs to implement. |
boolean |
isFailMode()
|
boolean |
isGnuMode()
|
boolean |
isOmitMode()
|
boolean |
isTruncateMode()
|
boolean |
isWarnMode()
|
| Methods inherited from class org.codehaus.plexus.archiver.util.EnumeratedAttribute |
|---|
containsValue, getIndex, getValue, indexOfValue, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public TarLongFileMode()
| Method Detail |
|---|
public String[] getValues()
EnumeratedAttribute
getValues in class EnumeratedAttributepublic boolean isTruncateMode()
public boolean isWarnMode()
public boolean isGnuMode()
public boolean isFailMode()
public boolean isOmitMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||