Package com.io7m.waxmill.boot
Class WXMBootConfigurationEvaluator
java.lang.Object
com.io7m.waxmill.boot.WXMBootConfigurationEvaluator
public final class WXMBootConfigurationEvaluator
extends java.lang.Object
Functions over boot configurations.
-
Constructor Summary
Constructors Constructor Description WXMBootConfigurationEvaluator(WXMClientConfiguration inClientConfiguration, WXMVirtualMachine inMachine, WXMBootConfigurationName inName)Construct an evaluator. -
Method Summary
Modifier and Type Method Description WXMBootConfigurationType.WXMEvaluatedBootConfigurationTypeevaluate()Evaluate the specified boot configuration, producing a set of commands that can be used to boot the virtual machine.java.lang.StringtoString()
-
Constructor Details
-
WXMBootConfigurationEvaluator
public WXMBootConfigurationEvaluator(WXMClientConfiguration inClientConfiguration, WXMVirtualMachine inMachine, WXMBootConfigurationName inName)Construct an evaluator.- Parameters:
inClientConfiguration- The client configurationinMachine- The virtual machine to be bootedinName- The name of the boot configuration
-
-
Method Details
-
evaluate
Evaluate the specified boot configuration, producing a set of commands that can be used to boot the virtual machine.- Returns:
- A set of boot commands
- Throws:
WXMException- On errors
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-