API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs. ExecuteOn.FileDirBoth View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EnumeratedAttribute
          ExecuteOn.FileDirBoth
Implements
Subclasses
Description
publicstatic class ExecuteOn.FileDirBoth
Enumerated attribute with the values "file", "dir" and "both" for the type attribute.
See also:   
Constructors
public ExecuteOn.FileDirBoth ()
Methods
Hide/Show inherited methods
publicfinal boolean containsValue (java.lang.String value) [Inherited From EnumeratedAttribute]
  Is this value included in the enumeration?
publicfinal int getIndex () [Inherited From EnumeratedAttribute]
 
publicstatic EnumeratedAttribute getInstance (java.lang.Class clazz, java.lang.String value) throws BuildException [Inherited From EnumeratedAttribute]
  Factory method for instantiating EAs via API in a more developer friendly way.
publicfinal java.lang.String getValue () [Inherited From EnumeratedAttribute]
 
public java.lang.String getValues () [Specified in EnumeratedAttribute]
This is the only method a subclass needs to implement..
publicfinal int indexOfValue (java.lang.String value) [Inherited From EnumeratedAttribute]
  get the index of a value in this enumeration.
publicfinal void setValue (java.lang.String value) throws BuildException [Inherited From EnumeratedAttribute]
  Invoked by IntrospectionHelper.
public java.lang.String toString () [Inherited From EnumeratedAttribute]
  Convert the value to its string form.
Fields
Hide/Show inherited fields
publicfinalstatic java.lang.String DIR = "dir"
Dir value
publicfinalstatic java.lang.String FILE = "file"
File value
protected java.lang.String value [Inherited From EnumeratedAttribute]
The selected value in this enumeration.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar