net.sf.mavenhist.extractor.checkstyle
Class AbstractCheckstyleViolationExtractor
java.lang.Object
net.sf.mavenhist.extractor.AbstractXMLValueExtractor
net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
net.sf.mavenhist.extractor.AbstractXPathValueExtractor
net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleSingleValueExtractor
net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleViolationExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
- Direct Known Subclasses:
- CheckstyleAllExtractor, CheckstyleErrorExtractor, CheckstyleInfoExtractor, CheckstyleWarningExtractor
public abstract class AbstractCheckstyleViolationExtractor
- extends AbstractCheckstyleSingleValueExtractor
Extracts the number of all checkstyle warnings.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCheckstyleViolationExtractor
public AbstractCheckstyleViolationExtractor()
getXPath
protected String getXPath(String version)
- XPath to extract the number of all checkstyle warnings.
- Specified by:
getXPath
in class AbstractXPathValueExtractor
- Returns:
- XPath to extract the number of all checkstyle warnings.
getSeverity
protected abstract String getSeverity()
- Returns the severity as
String
. If severity is given as null
no
filtering is done.
- Returns:
- the severity.
Copyright © 2009. All Rights Reserved.