Interface CliBundlingEnvironment
- All Superinterfaces:
BundlingEnvironment
- All Known Implementing Classes:
LinuxBundlingEnvironment,MacBundlingEnvironment,WinBundlingEnvironment
CLI bundling environment.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateBundle(BundlingOperationDescriptor op, Options cmdline) Requests to run a bundling operation denoted with the given descriptor with the given values of command line options.Methods inherited from interface jdk.jpackage.internal.model.BundlingEnvironment
configurationErrors, defaultOperation
-
Method Details
-
createBundle
Requests to run a bundling operation denoted with the given descriptor with the given values of command line options.- Parameters:
op- the descriptor of the requested bundling operationcmdline- the validated values of the command line options- Throws:
NoSuchElementException- if the specified descriptor is not one of the items in the list returned bymethodinvalid reference
#supportedOperations()
-