Package com.io7m.waxmill.parser.api
Interface WXMBootConfigurationParserType
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,WXMParserType<java.util.List<WXMBootConfigurationType>>
- All Known Implementing Classes:
WXMBootConfigurationParser
public interface WXMBootConfigurationParserType extends WXMParserType<java.util.List<WXMBootConfigurationType>>
A boot configuration parser.
-
Method Summary
Modifier and Type Method Description java.util.Optional<java.util.List<WXMBootConfigurationType>>parse()Attempt to parse a value.
-
Method Details
-
parse
java.util.Optional<java.util.List<WXMBootConfigurationType>> 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<java.util.List<WXMBootConfigurationType>>- Returns:
- The parsed value, if any
-