| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 | FAILpermissible values for longfile attribute | 
| static java.lang.String | GNUpermissible values for longfile attribute | 
| static java.lang.String | OMITpermissible values for longfile attribute | 
| static java.lang.String | POSIXpermissible values for longfile attribute | 
| static java.lang.String | TRUNCATEpermissible values for longfile attribute | 
| static java.lang.String | WARNpermissible 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 | isPosixMode() | 
|  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 POSIX
public static final java.lang.String OMIT
| Constructor Detail | 
|---|
public Tar.TarLongFileMode()
| Method Detail | 
|---|
public java.lang.String[] getValues()
EnumeratedAttribute
getValues in class EnumeratedAttributepublic boolean isTruncateMode()
public boolean isWarnMode()
public boolean isGnuMode()
public boolean isFailMode()
public boolean isOmitMode()
public boolean isPosixMode()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||