Class Main
java.lang.Object
jdk.jpackage.main.Main
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(PrintWriter out, PrintWriter err, String... args) execute() - this is the entry point for the ToolProvider API.static void
main(String...
-
Field Details
-
I18N
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
-
execute
execute() - this is the entry point for the ToolProvider API.- Parameters:
out
- output streamerr
- error output streamargs
- command line arguments- Returns:
- an exit code. 0 means success, non-zero means an error occurred.
-