edu.udo.cs.yale.doc
Class DocumentationGenerator
java.lang.Object
edu.udo.cs.yale.doc.DocumentationGenerator
public class DocumentationGenerator
- extends java.lang.Object
This is the main class of documentation generation for Yale operators. The target format is LaTeX, therefore a
LatexOperatorDocGenerator
is used. If no arguments are given to the main method, the LaTeX documentation of
the Yale core is generated. If arguments are specified other documentation may be also generated, e.g. for plugin
operators.
- Version:
- $Id: DocumentationGenerator.java,v 2.27 2006/08/03 16:20:47 ingomierswa Exp $
- Author:
- Simon Fischer, Ingo Mierswa
Method Summary |
void |
generateAll(java.io.PrintWriter out)
|
void |
generateAll(java.io.PrintWriter out,
boolean generateSubgroups)
|
void |
generateGroup(java.io.PrintWriter out,
GroupTree group,
boolean generateSubgroups)
|
void |
generateOperators(java.io.PrintWriter out,
java.util.Collection<OperatorDescription> operators)
|
private void |
getRootDoc()
Use only classes beneath the operator package. |
private void |
getRootDoc(java.io.File srcDir,
java.lang.String subpackages)
|
static void |
main(java.lang.String[] argv)
If no arguments are given, the LaTeX documentation of the Yale core is generated. |
static boolean |
start(com.sun.javadoc.RootDoc rootDoc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generator
private OperatorDocGenerator generator
rootDoc
private static com.sun.javadoc.RootDoc rootDoc
DocumentationGenerator
public DocumentationGenerator(OperatorDocGenerator generator)
getRootDoc
private void getRootDoc()
- Use only classes beneath the operator package.
getRootDoc
private void getRootDoc(java.io.File srcDir,
java.lang.String subpackages)
start
public static boolean start(com.sun.javadoc.RootDoc rootDoc)
generateAll
public void generateAll(java.io.PrintWriter out)
generateAll
public void generateAll(java.io.PrintWriter out,
boolean generateSubgroups)
generateGroup
public void generateGroup(java.io.PrintWriter out,
GroupTree group,
boolean generateSubgroups)
generateOperators
public void generateOperators(java.io.PrintWriter out,
java.util.Collection<OperatorDescription> operators)
main
public static void main(java.lang.String[] argv)
throws java.io.IOException
- If no arguments are given, the LaTeX documentation of the Yale core is generated. Otherwise this documentation
generator can be used to generated the documentation of arbitrary Yale operators, e.g. for plugins. In this case
the arguments are:
<operators.xml> <sourcedir> <packages> <with_subgroups>
- Throws:
java.io.IOException
Copyright © 2001-2006