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