Uses of Class
org.eluder.coveralls.maven.plugin.domain.Source
Packages that use Source
Package
Description
-
Uses of Source in org.eluder.coveralls.maven.plugin.domain
Methods in org.eluder.coveralls.maven.plugin.domain that return SourceMethods in org.eluder.coveralls.maven.plugin.domain with parameters of type Source -
Uses of Source in org.eluder.coveralls.maven.plugin.json
Methods in org.eluder.coveralls.maven.plugin.json with parameters of type Source -
Uses of Source in org.eluder.coveralls.maven.plugin.logging
Methods in org.eluder.coveralls.maven.plugin.logging with parameters of type SourceModifier and TypeMethodDescriptionprotected void
CoverageTracingLogger.onSourceInternal
(Source source) -
Uses of Source in org.eluder.coveralls.maven.plugin.parser
Fields in org.eluder.coveralls.maven.plugin.parser declared as SourceMethods in org.eluder.coveralls.maven.plugin.parser that return SourceModifier and TypeMethodDescriptionprotected final Source
AbstractXmlEventParser.loadSource
(String sourceFile) -
Uses of Source in org.eluder.coveralls.maven.plugin.source
Methods in org.eluder.coveralls.maven.plugin.source that return SourceModifier and TypeMethodDescriptionMethods in org.eluder.coveralls.maven.plugin.source with parameters of type SourceModifier and TypeMethodDescriptionfinal void
void
Handles a parsed source file.void
protected abstract void
ChainingSourceCallback.onSourceInternal
(Source source) On source internal.