java.lang.Object | +--com.java2html.JavaDoc
Constructor Summary | |
JavaDoc()
Required by Ant Task |
|
JavaDoc(java.io.File localRef)
Used by Java2HTML to communicate a JavaDoc option |
|
JavaDoc(java.io.File localRef,
java.lang.String httpRef)
Used by Java2HTML to communicate a JavaDoc option |
Method Summary | |
java.lang.String |
getHttpRef()
Return the Http Reference |
java.io.File |
getLocalRef()
Retrn the Local Reference |
void |
setHttpRef(java.lang.String httpRef)
Set the Http Reference |
void |
setLocalRef(java.io.File localRef)
Set the Local Reference |
void |
validate()
Validate the this object is in a consistent state |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaDoc()
public JavaDoc(java.io.File localRef)
localRef
- Local Reference to a JavaDoc Source, this reference will be used in the
generated HTML output.public JavaDoc(java.io.File localRef, java.lang.String httpRef)
localRef
- Local Reference to a JavaDoc SourcehttpRef
- The Http Reference that will be used in the generated HTMLMethod Detail |
public java.lang.String getHttpRef()
public java.io.File getLocalRef()
public void setHttpRef(java.lang.String httpRef)
public void setLocalRef(java.io.File localRef)
public void validate() throws BadOptionException
BadOptionException