public static class Tar.TarLongFileMode extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| 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 | 
value| Constructor and Description | 
|---|
| TarLongFileMode()Constructor, defaults to "warn" | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic 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
public java.lang.String[] getValues()
EnumeratedAttributegetValues in class EnumeratedAttributepublic boolean isTruncateMode()
public boolean isWarnMode()
public boolean isGnuMode()
public boolean isFailMode()
public boolean isOmitMode()
public boolean isPosixMode()