Package com.io7m.waxmill.parser.api
Interface WXMParserType<T>
- Type Parameters:
T- The type of parsed values
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Subinterfaces:
WXMBootConfigurationParserType,WXMClientConfigurationParserType,WXMVirtualMachineParserType
- All Known Implementing Classes:
WXMBootConfigurationParser,WXMClientConfigurationParser,WXMVirtualMachineParser
public interface WXMParserType<T>
extends java.io.Closeable
The type of parsers.