|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprotoj.lang.internal.ant.JavadocTask
public final class JavadocTask
A convenience class for creating javadocs. Use the constructors to specify
the minimal and most widely anticipated configuration and the
initXXX methods for the less common configuration options.
| Field Summary | |
|---|---|
static java.lang.String |
ERROR
|
| Constructor Summary | |
|---|---|
JavadocTask(java.io.File srcDir,
java.io.File destDir)
Accepts the information required for creating javadocs. |
|
| Method Summary | |
|---|---|
void |
execute()
|
org.apache.tools.ant.taskdefs.Javadoc |
getjavadoc()
|
org.apache.tools.ant.types.DirSet |
getPackageSet()
A reference to the package set added to the javadoc ant task. |
void |
initDefault(java.lang.String memory)
Ensures that all packages are included in the javadoc execution and that default excludes are applied. |
void |
initLogging(java.io.File logFile)
Enables logging to the specified log file at Project.MSG_INFO level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ERROR
| Constructor Detail |
|---|
public JavadocTask(java.io.File srcDir,
java.io.File destDir)
srcDir - destDir - | Method Detail |
|---|
public void initDefault(java.lang.String memory)
memory - the maximum amount of memory to allocate to the javadoc vm.public void execute()
public org.apache.tools.ant.types.DirSet getPackageSet()
public org.apache.tools.ant.taskdefs.Javadoc getjavadoc()
public void initLogging(java.io.File logFile)
logFile -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||