Class Arguments
java.lang.Object
jdk.jpackage.internal.Arguments
Arguments
This class encapsulates and processes the command line arguments,
in effect, implementing all the work of jpackage tool.
The primary entry point, processArguments():
Processes and validates command line arguments, constructing DeployParams.
Validates the DeployParams, and generate the BundleParams.
Generates List of Bundlers from BundleParams valid for this platform.
Executes each Bundler in the list.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAC_CFBUNDLETYPEROLE
- See Also:
-
MAC_LSHANDLERRANK
- See Also:
-
MAC_NSSTORETYPEKEY
- See Also:
-
MAC_NSDOCUMENTCLASS
- See Also:
-
MAC_LSTYPEISPACKAGE
- See Also:
-
MAC_LSDOCINPLACE
- See Also:
-
MAC_UIDOCBROWSER
- See Also:
-
MAC_NSEXPORTABLETYPES
- See Also:
-
MAC_UTTYPECONFORMSTO
- See Also:
-
userProvidedBuildRoot
public boolean userProvidedBuildRoot
-
-
Constructor Details
-
Arguments
-
-
Method Details
-
processArguments
public boolean processArguments()
-