public static class Tar.TarLongFileMode extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static String | FAILpermissible values for longfile attribute | 
| static String | GNUpermissible values for longfile attribute | 
| static String | OMITpermissible values for longfile attribute | 
| static String | POSIXpermissible values for longfile attribute | 
| static String | TRUNCATEpermissible values for longfile attribute | 
| static String | WARNpermissible 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 | isPosixMode() | 
| boolean | isTruncateMode() | 
| boolean | isWarnMode() | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final String FAIL
public static final String GNU
public static final String OMIT
public static final String POSIX
public static final String TRUNCATE
public static final String WARN
public String[] getValues()
EnumeratedAttributegetValues in class EnumeratedAttributepublic boolean isFailMode()
public boolean isGnuMode()
public boolean isOmitMode()
public boolean isPosixMode()
public boolean isTruncateMode()
public boolean isWarnMode()