Class SagaParser
java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
org.eluder.coveralls.maven.plugin.parser.CoberturaParser
org.eluder.coveralls.maven.plugin.parser.SagaParser
- All Implemented Interfaces:
CoverageParser
-
Field Summary
Fields inherited from class org.eluder.coveralls.maven.plugin.parser.CoberturaParser
inMethods, source
-
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
-
Constructor Details
-
SagaParser
-
-
Method Details
-
onEvent
protected void onEvent(XMLStreamReader xml, SourceCallback callback) throws XMLStreamException, ProcessingException, IOException - Overrides:
onEvent
in classCoberturaParser
- Throws:
XMLStreamException
ProcessingException
IOException
-