prantl.ant.eclipse
Class ClassPathEntryVariableElement

java.lang.Object
  extended by prantl.ant.eclipse.ClassPathEntryElement
      extended by prantl.ant.eclipse.ClassPathEntryPathElement
          extended by prantl.ant.eclipse.ClassPathEntryBinaryElement
              extended by prantl.ant.eclipse.ClassPathEntryVariableElement

public class ClassPathEntryVariableElement
extends ClassPathEntryBinaryElement

Describes an element classpathentry under the element classpath, specifically the kind "var". The presence or one of the attributes path or pathref is mandatory. This element is optional.

Since:
Ant-Eclipse 1.0
Author:
Ferdinand Prantl <prantl@users.sourceforge.net>

Constructor Summary
ClassPathEntryVariableElement()
          Creates a new instance of the classpathentry-var element.
 
Method Summary
 
Methods inherited from class prantl.ant.eclipse.ClassPathEntryBinaryElement
getExported, getJavadoc, getSource, setExported, setJavadoc, setSource
 
Methods inherited from class prantl.ant.eclipse.ClassPathEntryPathElement
getPathRef, setPath, setPathRef, validate
 
Methods inherited from class prantl.ant.eclipse.ClassPathEntryElement
getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathEntryVariableElement

public ClassPathEntryVariableElement()
Creates a new instance of the classpathentry-var element.

Since:
Ant-Eclipse 1.0