|
||||||||||
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
prantl.ant.eclipse.ClassPathEntrySourceElement
public class ClassPathEntrySourceElement
Describes an element classpathentry under the element classpath, specifically the kind "src". Presets the value "" for the attribute path to include all sources in the base directory by default. An instance of this element will be created automatically with the default settings if none present.
Constructor Summary | |
---|---|
ClassPathEntrySourceElement()
Creates a new instance of the classpathentry-src element. |
Method Summary | |
---|---|
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. |
Methods inherited from class prantl.ant.eclipse.ClassPathEntryPathElement |
---|
getPathRef, validate |
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 ClassPathEntrySourceElement()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |