At the simplest, a builder is retrieved, and the builder is used to run the tool:
JavaShellToolBuilder
.builder()
.run();
The builder can be configured and the run can have arguments:
JavaShellToolBuilder
.builder()
.out(myCommandPrintStream, myOutputPrintStream)
.locale(Locale.CANADA)
.run("--feedback", "silent", "MyStart");
Interface | Description |
---|---|
JavaShellToolBuilder |
Interface to configure and run a Java shell tool instance.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b161-1