Package com.sun.tools.txw2
Class Main
- java.lang.Object
-
- com.sun.tools.txw2.Main
-
public class Main extends Object
Programatic entry point to the TXW compiler.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Main.Options
-
Constructor Summary
Constructors Constructor Description Main(TxwOptions opts)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getVersion()
Gets the version number of TXW.static void
main(String[] args)
static int
run(TxwOptions opts)
static int
run(String[] args)
-
-
-
Constructor Detail
-
Main
public Main(TxwOptions opts)
-
-
Method Detail
-
main
public static void main(String[] args)
-
run
public static int run(String[] args)
-
run
public static int run(TxwOptions opts)
-
getVersion
public static String getVersion()
Gets the version number of TXW.- Returns:
- TXW version
-
-