Interface WXMVirtualMachineParserType

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable, WXMParserType<WXMVirtualMachineSet>
All Known Implementing Classes:
WXMVirtualMachineParser

public interface WXMVirtualMachineParserType
extends WXMParserType<WXMVirtualMachineSet>
A virtual machine parser.
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<WXMVirtualMachineSet> parse()
    Attempt to parse a value.

    Methods inherited from interface java.io.Closeable

    close