org.apache.tools.ant.types.selectors

Class TypeSelector.FileType

Enclosing Class:
TypeSelector

public static class TypeSelector.FileType
extends EnumeratedAttribute

Enumerated attribute with the values for types of file

Field Summary

static String
DIR
the string value for dir
static String
FILE
the string value for file

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

value

Method Summary

String[]
getValues()

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

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

Field Details

DIR

public static final String DIR
the string value for dir

FILE

public static final String FILE
the string value for file

Method Details

getValues

public String[] getValues()
Overrides:
getValues in interface EnumeratedAttribute
Returns:
the values as an array of strings

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.