public class ClassPathEntryPathElement extends ClassPathEntryElement
Constructor and Description |
---|
ClassPathEntryPathElement()
Creates a new instance of the classpathentry-src element.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getPath
public ClassPathEntryPathElement()
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