public class ClassPathElement extends java.lang.Object
Constructor and Description |
---|
ClassPathElement()
Creates a new instance of the classpath element.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ClassPathElement()
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()