Interface WXMBootConfigurationExecutorType

All Known Implementing Classes:
WXMBootConfigurationExecutor

public interface WXMBootConfigurationExecutorType
An executor of boot configurations.
  • Method Summary

    Modifier and Type Method Description
    void execute​(WXMDryRun dryRun)
    Execute the boot configuration.
  • Method Details

    • execute

      void execute​(WXMDryRun dryRun) throws WXMException, java.lang.InterruptedException
      Execute the boot configuration.
      Parameters:
      dryRun - Whether or not the boot process should be a dry run
      Throws:
      WXMException - On errors
      java.lang.InterruptedException