public abstract class AppCompiler
extends java.lang.Object
Constructor and Description |
---|
AppCompiler() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method for compiling
|
static void |
printCompilerHelp()
A method to show the help message for the command-line compiler
|
public static void main(java.lang.String[] args)
args
- the arguments passed to the main compiling method. See the
documentation for more detailspublic static void printCompilerHelp()