public class JavaDoc
extends java.lang.Object
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
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 HTMLpublic 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
Copyright © 1999-2007 Enterprise Solution Consultants Limited. All Rights Reserved.