public abstract class ClassPathEntryElement extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getPath()
public void setPath(java.lang.String value)
value
- A kind-of-element specific path value.public void validate()