|
|||||||||
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.ClassPathEntryBinaryElement
public abstract class ClassPathEntryBinaryElement
Describes an element under the element classpath referring to compiled classes. The attributes exported and source are optional.
Constructor Summary | |
---|---|
ClassPathEntryBinaryElement()
Creates a new instance of the element containing binary code. |
Method Summary | |
---|---|
boolean |
getExported()
Returns if the referred compiled byte-code is exported during the jar-file generation (not by default). |
java.lang.String |
getJavadoc()
Returns a path with a generated javadoc documentation to the referred compiled byte-code or null if it has not been set, which means that the javadoc is not available. |
java.lang.String |
getSource()
Returns a path with source code to the referred compiled byte-code or null if it has not been set, which means that the sources are not available. |
void |
setExported(boolean flag)
Sets if the referred compiled byte-code is exported during the jar-file generation. |
void |
setJavadoc(java.lang.String value)
Sets the path with a generated javadoc documentation to the referred compiled byte-code. |
void |
setSource(java.lang.String value)
Sets the path with source code to the referred compiled byte-code. |
Methods inherited from class prantl.ant.eclipse.ClassPathEntryPathElement |
---|
getPathRef, setPath, setPathRef, 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 ClassPathEntryBinaryElement()
Method Detail |
---|
public boolean getExported()
public void setExported(boolean flag)
flag
- True if the referred compiled byte-code is exported during the
jar-file generation.public java.lang.String getSource()
public void setSource(java.lang.String value)
value
- The path with source code to the referred compiled byte-code.public java.lang.String getJavadoc()
public void setJavadoc(java.lang.String value)
value
- The path with javadoc to the referred compiled byte-code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |