Class JaCoCoParser
java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
org.eluder.coveralls.maven.plugin.parser.JaCoCoParser
- All Implemented Interfaces:
CoverageParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonEvent(XMLStreamReader xml, SourceCallback callback) Methods inherited from class org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
createEventReader, getCoverageFile, isEndElement, isStartElement, loadSource, parse
-
Constructor Details
-
JaCoCoParser
-
-
Method Details
-
onEvent
protected void onEvent(XMLStreamReader xml, SourceCallback callback) throws XMLStreamException, ProcessingException, IOException - Specified by:
onEventin classAbstractXmlEventParser- Throws:
XMLStreamExceptionProcessingExceptionIOException
-