Class CloverParser
java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
org.eluder.coveralls.maven.plugin.parser.CloverParser
- All Implemented Interfaces:
CoverageParser
-
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
-
CloverParser
-
-
Method Details
-
onEvent
protected void onEvent(XMLStreamReader xml, SourceCallback callback) throws XMLStreamException, ProcessingException, IOException - Specified by:
onEvent
in classAbstractXmlEventParser
- Throws:
XMLStreamException
ProcessingException
IOException
-