public class ClassPathEntrySourceElement extends ClassPathEntryPathElement
Constructor and Description |
---|
ClassPathEntrySourceElement()
Creates a new instance of the classpathentry-src element.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExcluding()
Returns a list of project-relative paths to be excluded from the source path
delimited by vertical lines ('|') or null if it has not been set, which
means do not exlude anything.
|
java.lang.String |
getOutput()
Returns a source-specific output directory to compile the Java classes there or
null if it has not been set, which means to use the common one.
|
void |
setExcluding(java.lang.String value)
Sets the list of project-relative paths to be excluded from the source path
delimited by vertical lines ('|').
|
void |
setOutput(java.lang.String value)
Sets the source-specific output directory to compile the Java classes there.
|
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.
|
getPathRef, validate
getPath
public ClassPathEntrySourceElement()
public java.lang.String getExcluding()
public void setExcluding(java.lang.String value)
value
- The list of project-relative paths to be excluded from the sourcepath.public java.lang.String getOutput()
public void setOutput(java.lang.String value)
value
- The source-specific output directory.public void setPath(java.lang.String value)
setPath
in class ClassPathEntryPathElement
value
- A kind-of-element specific path value.BuildException
- If an attribute pathref has been set.public void setPathRef(Reference value)
setPathRef
in class ClassPathEntryPathElement
value
- A reference to the kind-of-element specific path value.BuildException
- If an attribute pathref has been set.