Interface WXMClientConfigurationParserProviderType

All Superinterfaces:
WXMParserProviderType<WXMClientConfiguration>
All Known Implementing Classes:
WXMClientConfigurationParsers

public interface WXMClientConfigurationParserProviderType
extends WXMParserProviderType<WXMClientConfiguration>
A provider of client configuration parsers.
  • Method Details

    • create

      WXMClientConfigurationParserType create​(java.nio.file.FileSystem fileSystem, java.net.URI uri, java.io.InputStream stream, java.util.function.Consumer<WXMParseError> errors) throws java.io.IOException
      Description copied from interface: WXMParserProviderType
      Create a new parser.
      Specified by:
      create in interface WXMParserProviderType<WXMClientConfiguration>
      Parameters:
      fileSystem - The filesystem used to create new paths, if necessary
      uri - The source URI
      stream - The source stream
      errors - A receiver of parse errors
      Returns:
      A new parser
      Throws:
      java.io.IOException - On I/O errors