| |
|
| java.lang.Object de.java2html.commandline.Java2HtmlCommandline
Java2HtmlCommandline | public class Java2HtmlCommandline (Code) | | Command line tool to invoke the
de.java2html.converter.AbstractJavaSourceConverter without a GUI.
Also allows handling of complete source trees.
If the -copyToTargetUnprocessedFiles parameter is supplied all files that are NOT processed
by this tool will just be copied to the target directory.
Valid invocations are:
java -jar java2html.jar -srcdir d:/src [-targetdir d:/src/output] [-filemask *.java] [-converter HTML ¦ LaTeX ¦ XHtml ] [-tabs 4] [-copyToTargetUnprocessedFiles] [-style KAWA ¦ ECLIPSE]
java -jar java2html.jar -srcfile d:/src/test.java [-targetfile d:/src/output/target.java] [-converter HTML ¦ LaTeX ¦ XHtml ] [-tabs 4] [-style KAWA ¦ ECLIPSE]
default converter is HTML and default filemask is *.java
Other options are set to the default options defined by the java2html.properties file.
author: Sanjay Madhavan author: Markus Gebhard |
printUsage | public static void printUsage()(Code) | | Prints the valid usage of this tool.
|
|
|
|