Class CoberturaParser
java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
org.eluder.coveralls.maven.plugin.parser.CoberturaParser
- All Implemented Interfaces:
CoverageParser
- Direct Known Subclasses:
SagaParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
onEvent
(XMLStreamReader xml, SourceCallback callback) Methods inherited from class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
createEventReader, getCoverageFile, isEndElement, isStartElement, loadSource, parse
-
Field Details
-
source
-
inMethods
protected boolean inMethods
-
-
Constructor Details
-
CoberturaParser
-
-
Method Details
-
onEvent
protected void onEvent(XMLStreamReader xml, SourceCallback callback) throws XMLStreamException, ProcessingException, IOException - Specified by:
onEvent
in classAbstractXmlEventParser
- Throws:
XMLStreamException
ProcessingException
IOException
-