prantl.ant.eclipse
Class ClassPathEntryContainerElement

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

public class ClassPathEntryContainerElement
extends ClassPathEntryElement

Describes an element classpathentry under the element classpath, specifically the kind "con". Presets the value "org.eclipse.jdt.launching.JRE_CONTAINER" for the attribute path to use the default configured JRE in Eclipse by default. 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
ClassPathEntryContainerElement()
          Creates a new instance of the classpathentry-con 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

ClassPathEntryContainerElement

public ClassPathEntryContainerElement()
Creates a new instance of the classpathentry-con element.

Since:
Ant-Eclipse 1.0