Interface CliBundlingEnvironment

All Superinterfaces:
BundlingEnvironment
All Known Implementing Classes:
LinuxBundlingEnvironment, MacBundlingEnvironment, WinBundlingEnvironment

public interface CliBundlingEnvironment extends BundlingEnvironment
CLI bundling environment.
  • Method Details

    • createBundle

      void createBundle(BundlingOperationDescriptor op, Options cmdline)
      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 operation
      cmdline - the validated values of the command line options
      Throws:
      NoSuchElementException - if the specified descriptor is not one of the items in the list returned by
      invalid reference
      #supportedOperations()
      method