|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprantl.ant.eclipse.ClassPathEntryElement
prantl.ant.eclipse.ClassPathEntryPathElement
public class ClassPathEntryPathElement
Describes an element under the element classpath referencing a path consisting optionally from more elements (directories or files). Only one attribute of the two path and pathref is allowed.
Constructor Summary | |
---|---|
ClassPathEntryPathElement()
Creates a new instance of the classpathentry-src element. |
Method Summary | |
---|---|
Reference |
getPathRef()
Returns a reference to the kind-of-element specific path value or null if it has not been set, which should be considered an error. |
void |
setPath(java.lang.String value)
Sets the path of the classpathentry element. |
void |
setPathRef(Reference value)
Sets the reference to a path of the classpathentry element. |
void |
validate()
Performs the validation of the element at the time when the whole build file was parsed checking the content of the element and possibly adding mandatory attributes with default settings. |
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 |
---|
public ClassPathEntryPathElement()
Method Detail |
---|
public Reference getPathRef()
public void setPathRef(Reference value)
value
- A reference to the kind-of-element specific path value.
BuildException
- If an attribute path has been set.public void setPath(java.lang.String value)
setPath
in class ClassPathEntryElement
value
- A kind-of-element specific path value.
BuildException
- If an attribute pathref has been set.public void validate()
validate
in class ClassPathEntryElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |