org.apache.tools.ant.types.resources.selectors

Class Type.FileDir

Enclosing Class:
Type

public static class Type.FileDir
extends EnumeratedAttribute

Implements the type attribute.

Field Summary

Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

value

Constructor Summary

FileDir()
Default constructor.
FileDir(String value)
Convenience constructor.

Method Summary

String[]
getValues()
Return the possible values.

Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute

containsValue, getIndex, getInstance, getValue, getValues, indexOfValue, setValue, toString

Constructor Details

FileDir

public FileDir()
Default constructor.

FileDir

public FileDir(String value)
Convenience constructor.
Parameters:
value - the String EnumeratedAttribute value.

Method Details

getValues

public String[] getValues()
Return the possible values.
Overrides:
getValues in interface EnumeratedAttribute
Returns:
a String array.