Class ARI1InstrumentParsers
java.lang.Object
com.io7m.aradine.instrument.spi1.json_data.ARI1InstrumentParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<Void, ARI1InstrumentDescription, ARI1InstrumentParserType>, ARI1InstrumentParserFactoryType
The default implementation of the parser factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParserWithContext(Void context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) Methods inherited from class 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
-
ARI1InstrumentParsers
public ARI1InstrumentParsers()The default implementation of the parser factory.
-
-
Method Details
-
createParserWithContext
public ARI1InstrumentParserType createParserWithContext(Void context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<Void, ARI1InstrumentDescription, ARI1InstrumentParserType>
-