prantl.ant.eclipse
Class ClassPathEntryLibraryElement

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.ClassPathEntryLibraryElement

public class ClassPathEntryLibraryElement
extends ClassPathEntryBinaryElement

Describes an element classpathentry under the element classpath, specifically the kind "lib". 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
ClassPathEntryLibraryElement()
          Creates a new instance of the classpathentry-lib 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

ClassPathEntryLibraryElement

public ClassPathEntryLibraryElement()
Creates a new instance of the classpathentry-lib element.

Since:
Ant-Eclipse 1.0