|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.tools.doclet.Standard
The class with "start" method, calls individual Writers.
Field Summary | |
static String |
BUILD_DATE
The build date. |
ConfigurationStandard |
configuration
The global configuration information for this run. |
Constructor Summary | |
Standard()
|
Method Summary | |
protected String |
classFileName(com.sun.javadoc.ClassDoc cd)
|
static ConfigurationStandard |
configuration()
Create the configuration instance. |
protected void |
generateClassCycle(com.sun.javadoc.ClassDoc[] arr,
com.sun.tools.doclets.ClassTree classtree)
|
protected void |
generateClassCycle(com.sun.tools.doclets.ClassTree classtree)
Instantiate ClassWriter for each Class within the ClassDoc[] passed to it and generate Documentation for that. |
protected void |
generateClassFiles(com.sun.javadoc.RootDoc root,
com.sun.tools.doclets.ClassTree classtree)
|
boolean |
generateSerializedFormPage(com.sun.javadoc.RootDoc root)
|
static int |
optionLength(String option)
Check for doclet added options here. |
protected void |
performCopy(String configdestdir,
String filename)
|
static boolean |
start(com.sun.javadoc.RootDoc root)
The "start" method as required by Javadoc. |
protected void |
startGeneration(com.sun.javadoc.RootDoc root)
Start the generation of files. |
static boolean |
validOptions(String[][] options,
com.sun.javadoc.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 final String BUILD_DATE
public ConfigurationStandard configuration
Constructor Detail |
public Standard()
Method Detail |
public static boolean start(com.sun.javadoc.RootDoc root) throws IOException
root
-
IOException
RootDoc
public static ConfigurationStandard configuration()
protected void startGeneration(com.sun.javadoc.RootDoc root)
RootDoc
protected void generateClassFiles(com.sun.javadoc.RootDoc root, com.sun.tools.doclets.ClassTree classtree)
protected String classFileName(com.sun.javadoc.ClassDoc cd)
protected void generateClassCycle(com.sun.tools.doclets.ClassTree classtree)
protected void generateClassCycle(com.sun.javadoc.ClassDoc[] arr, com.sun.tools.doclets.ClassTree classtree)
public static int optionLength(String option)
public static boolean validOptions(String[][] options, com.sun.javadoc.DocErrorReporter reporter) throws 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.
IOException
protected void performCopy(String configdestdir, String filename)
public boolean generateSerializedFormPage(com.sun.javadoc.RootDoc root)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |