Uses of Class
com.io7m.changelog.parser.api.CParseError
-
Packages that use CParseError Package Description com.io7m.changelog.parser.api Parser APIcom.io7m.changelog.xml XML processing.com.io7m.changelog.xml.api XML API. -
-
Uses of CParseError in com.io7m.changelog.parser.api
Methods in com.io7m.changelog.parser.api that return CParseError Modifier and Type Method Description CParseErrorCParseError.Builder. build()Builds a newCParseError.static CParseErrorCParseError. copyOf(CParseErrorType instance)Creates an immutable copy of aCParseErrorTypevalue.static CParseErrorCParseError. of(com.io7m.jlexing.core.LexicalPosition<URI> lexical, CParseErrorType.Severity severity, String message, Optional<? extends Exception> exception)Construct a new immutableCParseErrorinstance.CParseErrorCParseError. withException(Exception value)Copy the current immutable object by setting a present value for the optionalexceptionattribute.CParseErrorCParseError. withException(Optional<? extends Exception> optional)Copy the current immutable object by setting an optional value for theexceptionattribute.CParseErrorCParseError. withLexical(com.io7m.jlexing.core.LexicalPosition<URI> value)Copy the current immutable object by setting a value for thelexicalattribute.CParseErrorCParseError. withMessage(String value)Copy the current immutable object by setting a value for themessageattribute.CParseErrorCParseError. withSeverity(CParseErrorType.Severity value)Copy the current immutable object by setting a value for theseverityattribute.Methods in com.io7m.changelog.parser.api that return types with arguments of type CParseError Modifier and Type Method Description static Consumer<CParseError>CParseErrorHandlers. loggingHandler(org.slf4j.Logger logger)A parse error handler that formats and logs all errors to the given logger.Method parameters in com.io7m.changelog.parser.api with type arguments of type CParseError Modifier and Type Method Description CChangelogParserTypeCChangelogParserProviderType. create(URI uri, InputStream stream, Consumer<CParseError> receiver)Create a new parser. -
Uses of CParseError in com.io7m.changelog.xml
Method parameters in com.io7m.changelog.xml with type arguments of type CParseError Modifier and Type Method Description CXMLChangelogParserTypeCXMLChangelogParsers. create(URI uri, InputStream stream, Consumer<CParseError> receiver) -
Uses of CParseError in com.io7m.changelog.xml.api
Method parameters in com.io7m.changelog.xml.api with type arguments of type CParseError Modifier and Type Method Description CXMLChangelogParserTypeCXMLChangelogParserProviderType. create(URI uri, InputStream stream, Consumer<CParseError> receiver)
-