|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--satin.tools.doclets.satinapi.Standard
public class Standard
extends java.lang.ObjectThe class with "start" method, calls individual Writers.
| Field Summary | |
static java.lang.String |
dateTime
|
| Constructor Summary | |
Standard()
|
|
| Method Summary | |
protected java.lang.String |
classFileName(satin.tools.doclets.satinapi.ClassDoc cd)
|
protected void |
generateClassCycle(satin.tools.doclets.satinapi.ClassDoc[] arr,
satin.tools.doclets.satinapi.ClassTree classtree,
boolean nopackage)
Instantiate ClassWriter for each Class within the ClassDoc[] passed to it and generate Documentation for that. |
protected void |
generateClassFiles(satin.tools.doclets.satinapi.RootDoc root,
satin.tools.doclets.satinapi.ClassTree classtree)
|
static int |
optionLength(java.lang.String option)
Check for doclet added options here. |
protected void |
performCopy(java.lang.String configdestdir,
java.lang.String filename)
|
static boolean |
start(satin.tools.doclets.satinapi.RootDoc root)
The "start" method as required by Javadoc. |
protected void |
startGeneration(satin.tools.doclets.satinapi.RootDoc root)
Start the generation of files. |
static boolean |
validOptions(java.lang.String[][] options,
satin.tools.doclets.satinapi.DocErrorReporter reporter)
Check that options have the correct arguments here. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String dateTime
| Constructor Detail |
public Standard()
| Method Detail |
public static boolean start(satin.tools.doclets.satinapi.RootDoc root)
throws java.io.IOException
Root
protected void startGeneration(satin.tools.doclets.satinapi.RootDoc root)
throws satin.tools.doclets.satinapi.DocletAbortException
protected void generateClassFiles(satin.tools.doclets.satinapi.RootDoc root,
satin.tools.doclets.satinapi.ClassTree classtree)
throws satin.tools.doclets.satinapi.DocletAbortException
protected java.lang.String classFileName(satin.tools.doclets.satinapi.ClassDoc cd)
protected void generateClassCycle(satin.tools.doclets.satinapi.ClassDoc[] arr,
satin.tools.doclets.satinapi.ClassTree classtree,
boolean nopackage)
throws satin.tools.doclets.satinapi.DocletAbortException
public static int optionLength(java.lang.String option)
public static boolean validOptions(java.lang.String[][] options,
satin.tools.doclets.satinapi.DocErrorReporter reporter)
throws java.io.IOException
This method is not required and will default gracefully (to true) if absent.
Printing option related error messages (using the provided DocErrorReporter) is the responsibility of this method.
protected void performCopy(java.lang.String configdestdir,
java.lang.String filename)
throws satin.tools.doclets.satinapi.DocletAbortException
| Revision History |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
Standard.java (PRIVATE SOURCES)