Package com.io7m.waxmill.machines
Interface WXMBootConfigurationType.WXMEvaluatedBootCommandsType
- All Known Implementing Classes:
WXMEvaluatedBootCommands
- Enclosing interface:
- WXMBootConfigurationType
@Immutable
public static interface WXMBootConfigurationType.WXMEvaluatedBootCommandsType
A set of boot commands.
-
Method Summary
Modifier and Type Method Description java.util.List<WXMCommandExecution>configurationCommands()java.util.Optional<WXMCommandExecution>lastExecution()The final execution to bring up the virtual machine.
-
Method Details
-
configurationCommands
java.util.List<WXMCommandExecution> configurationCommands()- Returns:
- A list of commands executed in declaration order to configure the virtual machine
-
lastExecution
java.util.Optional<WXMCommandExecution> lastExecution()The final execution to bring up the virtual machine. This is typically executed using the operating system's equivalent ofexecve()and will therefore replace the current process.- Returns:
- The final execution used to bring up the virtual machine
-