Class TypeSelector.FileType
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.types.selectors.TypeSelector.FileType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
the string value for dirstatic final String
the string value for fileFields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
FILE
-
DIR
-
-
Constructor Details
-
FileType
public FileType()
-
-
Method Details
-
getValues
Description copied from class:EnumeratedAttribute
This is the only method a subclass needs to implement.- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- the values as an array of strings
-