|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.ws.WsImport
public class WsImport
WsImport tool entry point.
| Constructor Summary | |
|---|---|
WsImport()
|
|
| Method Summary | |
|---|---|
static int |
doMain(java.lang.String[] args)
Entry point for tool integration. |
static void |
main(java.lang.String[] args)
CLI entry point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsImport()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Throwable
Invoker to
load tools.jar
java.lang.Throwable
public static int doMain(java.lang.String[] args)
throws java.lang.Throwable
This does the same as main(String[]) except
it doesn't invoke System.exit(int). This method
also doesn't play with classloaders. It's the caller's
responsibility to set up the classloader to load all jars
needed to run the tool, including $JAVA_HOME/lib/tools.jar
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||