Package com.io7m.waxmill.parser.api
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.
-
Method Details
-
parse
java.util.Optional<WXMVirtualMachineSet> parse()Description copied from interface:WXMParserTypeAttempt to parse a value. The method returns a non-empty value if no errors occurred and a valid value was parsed.- Specified by:
parsein interfaceWXMParserType<WXMVirtualMachineSet>- Returns:
- The parsed value, if any
-