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