| java.lang.Object org.openlaszlo.js2doc.Main
Method Summary | |
public static int | js2doc(String args, String logFile, String outFileName, String outDir) This method implements the behavior described in main
but also returns an integer error code. | public static void | main(String args) Extracts reference documentation from the file(s) included. | public static void | process(String sourceName, String outFileName, String outDir, String libraryID, Set runtimeOptions, List runtimeAliases, List buildOptions) | public static void | reprocess(String sourceName, String outFileName, String outDir, String libraryID, Set runtimeOptions, List runtimeAliases, List buildOptions) | public static boolean | validateAndCompare(String sourceName, String schemaName, String libraryID, Set runtimeOptions, List runtimeAliases, List buildOptions) |
buildOptionStrings | final static String[] buildOptionStrings(Code) | | |
runtimeAliasStrings | final static String[][] runtimeAliasStrings(Code) | | |
runtimeAliases | final static List runtimeAliases(Code) | | |
runtimeOptionStrings | final static String[] runtimeOptionStrings(Code) | | |
runtimeOptions | final static Set runtimeOptions(Code) | | |
js2doc | public static int js2doc(String args, String logFile, String outFileName, String outDir) throws IOException(Code) | | This method implements the behavior described in main
but also returns an integer error code.
|
main | public static void main(String args) throws IOException(Code) | | Extracts reference documentation from the file(s) included.
See the usage string or execute js2doc --help
to see a list of options.
Parameters: args - the command line arguments |
validateAndCompare | public static boolean validateAndCompare(String sourceName, String schemaName, String libraryID, Set runtimeOptions, List runtimeAliases, List buildOptions)(Code) | | |
|
|