Uses of Class
org.eluder.coveralls.maven.plugin.ProcessingException
Packages that use ProcessingException
Package
Description
-
Uses of ProcessingException in org.eluder.coveralls.maven.plugin
Methods in org.eluder.coveralls.maven.plugin that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected Job
CoverallsReportMojo.createJob()
Creates the job.void
CoverageParser.parse
(SourceCallback callback) Parses a coverage report.protected void
CoverallsReportMojo.writeCoveralls
(JsonWriter writer, SourceCallback sourceCallback, List<CoverageParser> parsers) Writes coverage data to JSON file. -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.httpclient
Methods in org.eluder.coveralls.maven.plugin.httpclient that throw ProcessingException -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.json
Methods in org.eluder.coveralls.maven.plugin.json that throw ProcessingException -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.logging
Methods in org.eluder.coveralls.maven.plugin.logging that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected void
CoverageTracingLogger.onSourceInternal
(Source source) -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.parser
Methods in org.eluder.coveralls.maven.plugin.parser that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected XMLStreamReader
AbstractXmlEventParser.createEventReader
(Reader reader) protected abstract void
AbstractXmlEventParser.onEvent
(XMLStreamReader xml, SourceCallback callback) protected void
CloverParser.onEvent
(XMLStreamReader xml, SourceCallback callback) protected void
CoberturaParser.onEvent
(XMLStreamReader xml, SourceCallback callback) protected void
JaCoCoParser.onEvent
(XMLStreamReader xml, SourceCallback callback) protected void
SagaParser.onEvent
(XMLStreamReader xml, SourceCallback callback) final void
AbstractXmlEventParser.parse
(SourceCallback callback) -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.source
Methods in org.eluder.coveralls.maven.plugin.source that throw ProcessingExceptionModifier and TypeMethodDescriptionfinal void
ChainingSourceCallback.onBegin()
void
SourceCallback.onBegin()
Called before source parsing has started.void
UniqueSourceCallback.onBegin()
protected void
ChainingSourceCallback.onBeginInternal()
Defaults to no-op implementation.final void
ChainingSourceCallback.onComplete()
void
SourceCallback.onComplete()
Called after all sources are handled.void
UniqueSourceCallback.onComplete()
protected void
ChainingSourceCallback.onCompleteInternal()
Defaults to no-op implementation.final void
void
Handles a parsed source file.void
protected abstract void
ChainingSourceCallback.onSourceInternal
(Source source) On source internal. -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.util
Methods in org.eluder.coveralls.maven.plugin.util that throw ProcessingException