|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprantl.ant.eclipse.ClassPathEntryElement
public abstract class ClassPathEntryElement
Base for the entries under the element classpath, specifically the elements classpathentry.
Method Summary | |
---|---|
java.lang.String |
getPath()
Returns a 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 |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPath()
public void setPath(java.lang.String value)
value
- A kind-of-element specific path value.public void validate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |