Uses of Interface
org.eluder.coveralls.maven.plugin.source.SourceCallback
Packages that use SourceCallback
Package
Description
- 
Uses of SourceCallback in org.eluder.coveralls.maven.plugin
Methods in org.eluder.coveralls.maven.plugin that return SourceCallbackModifier and TypeMethodDescriptionprotected SourceCallbackCoverallsReportMojo.createSourceCallbackChain(JsonWriter writer, List<Logger> reporters) Creates the source callback chain.Methods in org.eluder.coveralls.maven.plugin with parameters of type SourceCallbackModifier and TypeMethodDescriptionvoidCoverageParser.parse(SourceCallback callback) Parses a coverage report.protected voidCoverallsReportMojo.writeCoveralls(JsonWriter writer, SourceCallback sourceCallback, List<CoverageParser> parsers) Writes coverage data to JSON file. - 
Uses of SourceCallback in org.eluder.coveralls.maven.plugin.json
Classes in org.eluder.coveralls.maven.plugin.json that implement SourceCallback - 
Uses of SourceCallback in org.eluder.coveralls.maven.plugin.logging
Classes in org.eluder.coveralls.maven.plugin.logging that implement SourceCallbackConstructors in org.eluder.coveralls.maven.plugin.logging with parameters of type SourceCallback - 
Uses of SourceCallback in org.eluder.coveralls.maven.plugin.parser
Methods in org.eluder.coveralls.maven.plugin.parser with parameters of type SourceCallbackModifier and TypeMethodDescriptionprotected abstract voidAbstractXmlEventParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidCloverParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidCoberturaParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidJaCoCoParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidSagaParser.onEvent(XMLStreamReader xml, SourceCallback callback) final voidAbstractXmlEventParser.parse(SourceCallback callback)  - 
Uses of SourceCallback in org.eluder.coveralls.maven.plugin.source
Classes in org.eluder.coveralls.maven.plugin.source that implement SourceCallbackModifier and TypeClassDescriptionclassSource callback handler that allows chaining multiple callback handlers.classSource callback that tracks passed by source files and provides only unique source files to the delegate.Constructors in org.eluder.coveralls.maven.plugin.source with parameters of type SourceCallbackModifierConstructorDescriptionChainingSourceCallback(SourceCallback chained) UniqueSourceCallback(SourceCallback delegate)