Class Arguments

java.lang.Object
jdk.jpackage.internal.Arguments

public class Arguments extends Object
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.