prantl.ant.eclipse
Class ClassPathEntryOutputElement

java.lang.Object
  extended by prantl.ant.eclipse.ClassPathEntryElement
      extended by prantl.ant.eclipse.ClassPathEntryOutputElement

public class ClassPathEntryOutputElement
extends ClassPathEntryElement

Describes an element classpathentry under the element classpath, specifically the kind "src". Presets the value "" for the attribute path to perform the oiutput into the current directory. An instance of this element will be created automatically with the default settings if none present. Only a single instace of this element is allowed, if ever.

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

Constructor Summary
ClassPathEntryOutputElement()
          Creates a new instance of the classpathentry-src element.
 
Method Summary
 
Methods inherited from class prantl.ant.eclipse.ClassPathEntryElement
getPath, setPath, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathEntryOutputElement

public ClassPathEntryOutputElement()
Creates a new instance of the classpathentry-src element.

Since:
Ant-Eclipse 1.0