Package com.io7m.waxmill.boot
Class WXMBootConfigurationExecutor
java.lang.Object
com.io7m.waxmill.boot.WXMBootConfigurationExecutor
- All Implemented Interfaces:
WXMBootConfigurationExecutorType
public final class WXMBootConfigurationExecutor extends java.lang.Object implements WXMBootConfigurationExecutorType
-
Method Summary
Modifier and Type Method Description static WXMBootConfigurationExecutorTypecreate(WXMProcessesType inProcesses, WXMClientConfiguration inClientConfiguration, WXMVirtualMachine inMachine, WXMBootConfigurationType.WXMEvaluatedBootConfigurationType inBootConfiguration)voidexecute(WXMDryRun execute)Execute the boot configuration.java.lang.StringtoString()
-
Method Details
-
create
public static WXMBootConfigurationExecutorType create(WXMProcessesType inProcesses, WXMClientConfiguration inClientConfiguration, WXMVirtualMachine inMachine, WXMBootConfigurationType.WXMEvaluatedBootConfigurationType inBootConfiguration) -
execute
Description copied from interface:WXMBootConfigurationExecutorTypeExecute the boot configuration.- Specified by:
executein interfaceWXMBootConfigurationExecutorType- Parameters:
execute- Whether or not the boot process should be a dry run- Throws:
WXMException- On errorsjava.lang.InterruptedException
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-