public class WsImport extends Object
Constructor and Description |
---|
WsImport() |
Modifier and Type | Method and Description |
---|---|
static int |
doMain(String[] args)
Entry point for tool integration.
|
static void |
main(String[] args)
CLI entry point.
|
public static void main(String[] args) throws Throwable
Invoker
to
load tools.jarThrowable
public static int doMain(String[] args) throws 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
Throwable
Copyright © 2019 Oracle Corporation. All rights reserved.