|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.java2html.commandline.Java2HtmlCommandline
public class Java2HtmlCommandline
Command line tool to invoke the 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]
*.java
Other options are set to the default options defined by the java2html.properties file.
| Constructor Summary | |
|---|---|
Java2HtmlCommandline()
|
|
| Method Summary | |
|---|---|
static IJava2HtmlConversion |
createCommandlineConversion(java.lang.String[] args)
Launch this tool with the supplied parameter. |
static void |
printUsage()
Prints the valid usage of this tool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Java2HtmlCommandline()
| Method Detail |
|---|
public static IJava2HtmlConversion createCommandlineConversion(java.lang.String[] args)
throws IllegalCommandlineParametersException
args -
IllegalCommandlineParametersExceptionpublic static void printUsage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||