Interface WXMBootConfigurationType.WXMEvaluatedBootCommandsType

All Known Implementing Classes:
WXMEvaluatedBootCommands
Enclosing interface:
WXMBootConfigurationType

@Immutable
public static interface WXMBootConfigurationType.WXMEvaluatedBootCommandsType
A set of boot commands.
  • 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 of execve() and will therefore replace the current process.
      Returns:
      The final execution used to bring up the virtual machine