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

Class Type.FileDir

public static class Type.FileDir extends EnumeratedAttribute

Implements the type attribute.
Constructor Summary
FileDir()
Default constructor.
FileDir(String value)
Convenience constructor.
Method Summary
String[]getValues()
Return the possible values.

Constructor Detail

FileDir

public FileDir()
Default constructor.

FileDir

public FileDir(String value)
Convenience constructor.

Parameters: value the String EnumeratedAttribute value.

Method Detail

getValues

public String[] getValues()
Return the possible values.

Returns: a String array.