Modifier and Type | Class and Description |
---|---|
public static class | Type.FileDir
Implements the type attribute. |
Modifier and Type | Field and Description |
---|---|
public static final Type | ANY
Static any type selector. |
private static final String | |
public static final Type | DIR
Static dir type selector. |
private static final String | |
public static final Type | FILE
Static file type selector. |
private static final String | |
private Type. |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: whether the Resource was selected.the Resource to check. r)Implements org. |
public void |
ANY | back to summary |
---|---|
public static final Type ANY Static any type selector. Since Ant 1.8. |
ANY_ATTR | back to summary |
---|---|
private static final String ANY_ATTR |
DIR | back to summary |
---|---|
public static final Type DIR Static dir type selector. |
DIR_ATTR | back to summary |
---|---|
private static final String DIR_ATTR |
FILE | back to summary |
---|---|
public static final Type FILE Static file type selector. |
FILE_ATTR | back to summary |
---|---|
private static final String FILE_ATTR |
type | back to summary |
---|---|
private Type. |
Type | back to summary |
---|---|
public Type() Default constructor. |
Type | back to summary |
---|---|
public Type(final Type. Convenience constructor. |
isSelected | back to summary |
---|---|
public boolean isSelected(final Resource r) Implements org. Return true if this Resource is selected.
|
setType | back to summary |
---|---|
public void setType(final Type. Set type; file|dir. |
Modifier and Type | Field and Description |
---|---|
private static final String[] |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public String[] | Returns: a String array.Implements abstract org. |
VALUES | back to summary |
---|---|
private static final String[] VALUES |
FileDir | back to summary |
---|---|
public FileDir() Default constructor. |
FileDir | back to summary |
---|---|
public FileDir(final String value) Convenience constructor.
|
getValues | back to summary |
---|---|
public String[] getValues() Implements abstract org. Return the possible values. |