Class CoberturaParser
java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
org.eluder.coveralls.maven.plugin.parser.CoberturaParser
- All Implemented Interfaces:
CoverageParser
@Deprecated(since="5.0.0",
forRemoval=true)
public class CoberturaParser
extends AbstractXmlEventParser
Deprecated, for removal: This API element is subject to removal in a future version.
As Cobertura is no longer maintained, this parser may be dropped in a future release.
The Class CoberturaParser.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCoberturaParser(File coverageFile, SourceLoader sourceLoader) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new cobertura parser. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonEvent(XMLStreamReader xml, SourceCallback callback) Deprecated, for removal: This API element is subject to removal in a future version.On event.Methods inherited from class AbstractXmlEventParser
createEventReader, getCoverageFile, isEndElement, isStartElement, loadSource, parse
-
Field Details
-
source
Deprecated, for removal: This API element is subject to removal in a future version.The source. -
inMethods
protected boolean inMethodsDeprecated, for removal: This API element is subject to removal in a future version.The in methods.
-
-
Constructor Details
-
CoberturaParser
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new cobertura parser.- Parameters:
coverageFile- the coverage filesourceLoader- the source loader
-
-
Method Details
-
onEvent
protected void onEvent(XMLStreamReader xml, SourceCallback callback) throws XMLStreamException, ProcessingException, IOException Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractXmlEventParserOn event.- Specified by:
onEventin classAbstractXmlEventParser- Parameters:
xml- the xmlcallback- the callback- Throws:
XMLStreamException- the XML stream exceptionProcessingException- the processing exceptionIOException- Signals that an I/O exception has occurred.
-