|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.EnumeratedAttribute org.apache.tools.ant.taskdefs.Tar.TarLongFileMode
public static class Tar.TarLongFileMode
Set of options for long file handling in the task.
Field Summary | |
---|---|
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 |
TRUNCATE
permissible values for longfile attribute |
static java.lang.String |
WARN
permissible values for longfile attribute |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
Tar.TarLongFileMode()
Constructor, defaults to "warn" |
Method Summary | |
---|---|
java.lang.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.apache.tools.ant.types.EnumeratedAttribute |
---|
containsValue, getIndex, getInstance, 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 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 OMIT
Constructor Detail |
---|
public Tar.TarLongFileMode()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |