Class CAServerConfigurationParsers
java.lang.Object
com.io7m.cardant.server.service.configuration.CAServerConfigurationParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<com.io7m.blackthorne.core.BTPreserveLexical,,CAServerConfigurationFile, CAServerConfigurationParserType> CAServerConfigurationParserFactoryType
public final class CAServerConfigurationParsers
extends Object
implements CAServerConfigurationParserFactoryType
A factory of configuration file parsers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParserWithContext(com.io7m.blackthorne.core.BTPreserveLexical context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.anethum.api.ParserFactoryType
createParser, createParser, createParserForFileWithContext, parse, parse, parseFile, parseFile, parseFileWithContext, parseFileWithContext
-
Constructor Details
-
CAServerConfigurationParsers
public CAServerConfigurationParsers()A factory of configuration file parsers.
-
-
Method Details
-
createParserWithContext
public CAServerConfigurationParserType createParserWithContext(com.io7m.blackthorne.core.BTPreserveLexical context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<com.io7m.blackthorne.core.BTPreserveLexical,CAServerConfigurationFile, CAServerConfigurationParserType>
-