org.apache.tools.ant.taskdefs
public static class Tar.TarLongFileMode extends EnumeratedAttribute
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 |
Constructor Summary | |
---|---|
TarLongFileMode() Constructor, defaults to "warn" |
Method Summary | |
---|---|
String[] | getValues() |
boolean | isFailMode() |
boolean | isGnuMode() |
boolean | isOmitMode() |
boolean | isTruncateMode() |
boolean | isWarnMode() |
Returns: the possible values for this enumerated type.
Returns: true if value is "fail".
Returns: true if value is "gnu".
Returns: true if value is "omit".
Returns: true if value is "truncate".
Returns: true if value is "warn".