|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprantl.ant.eclipse.ClassPathElement
public class ClassPathElement
Configures contents of the file .classpath with paths to source files, binary java archives and output directories, this class specifically the root element classpath.
Constructor Summary | |
---|---|
ClassPathElement()
Creates a new instance of the classpath element. |
Method Summary | |
---|---|
ClassPathEntryContainerElement |
createContainer()
Adds a definition of the classpathentry element of the kind "con". |
ClassPathEntryLibraryElement |
createLibrary()
Adds a definition of the classpathentry element of the kind "lib". |
ClassPathEntryOutputElement |
createOutput()
Adds a definition of the classpathentry element of the kind "output". |
ClassPathEntrySourceElement |
createSource()
Adds a definition of the classpathentry element of the kind "src". |
ClassPathEntryVariableElement |
createVariable()
Adds a definition of the classpathentry element of the kind "var". |
ClassPathEntryContainerElement |
getContainer()
Returns an instance of the class ClassPathEntryContainerElement describing the element classpathentry of the kind "con" in the file .classpath or null if the element was not present, which means creating a default one. |
java.util.Vector |
getLibraries()
Returns a list of instances of the class ClassPathEntryLibraryElement describing elements classpathentry of the kind "lib" in the file .classpath. |
ClassPathEntryOutputElement |
getOutput()
Returns an instance of the class ClassPathEntryOutputElement describing the element classpathentry of the kind "output" in the file .classpath or null if the element was not present, which means creating a default one. |
java.util.Vector |
getSources()
Returns a list of instances of the class ClassPathEntrySourceElement describing elements classpathentry of the kind "src" in the file .classpath. |
java.util.Vector |
getVariables()
Returns a list of instances of the class ClassPathEntryVariableElement describing elements classpathentry of the kind "var" in the file .classpath. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassPathElement()
Method Detail |
---|
public java.util.Vector getSources()
public java.util.Vector getLibraries()
public ClassPathEntryContainerElement getContainer()
public java.util.Vector getVariables()
public ClassPathEntryOutputElement getOutput()
public ClassPathEntrySourceElement createSource()
public ClassPathEntryLibraryElement createLibrary()
public ClassPathEntryContainerElement createContainer()
public ClassPathEntryVariableElement createVariable()
public ClassPathEntryOutputElement createOutput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |