Class WXMBootConfigurationParsers

java.lang.Object
com.io7m.waxmill.xml.WXMBootConfigurationParsers
All Implemented Interfaces:
WXMBootConfigurationParserProviderType, WXMParserProviderType<java.util.List<WXMBootConfigurationType>>

public final class WXMBootConfigurationParsers
extends java.lang.Object
implements WXMBootConfigurationParserProviderType
A provider of boot configuration parsers.
  • Constructor Summary

    Constructors 
    Constructor Description
    WXMBootConfigurationParsers()
    Construct a provider.
  • Method Summary

    Modifier and Type Method Description
    WXMBootConfigurationParserType create​(java.nio.file.FileSystem fileSystem, java.net.URI uri, java.io.InputStream stream, java.util.function.Consumer<WXMParseError> errors)
    Create a new parser.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.io7m.waxmill.parser.api.WXMParserProviderType

    parse