net.sf.mavenhist.extractor.checkstyle
Class CheckstyleWarningExtractor

java.lang.Object
  extended by net.sf.mavenhist.extractor.AbstractXMLValueExtractor
      extended by net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
          extended by net.sf.mavenhist.extractor.AbstractXPathValueExtractor
              extended by net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleSingleValueExtractor
                  extended by net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleViolationExtractor
                      extended by net.sf.mavenhist.extractor.checkstyle.CheckstyleWarningExtractor
All Implemented Interfaces:
INamedExtractor, IValueExtractor, IXMLValueExtractor

public class CheckstyleWarningExtractor
extends AbstractCheckstyleViolationExtractor

Extracts the number of all checkstyle warnings.


Constructor Summary
CheckstyleWarningExtractor()
           
 
Method Summary
 String getName()
          Gets the name of the entity.
protected  String getSeverity()
          Severity level to get all checkstyle warnings.
 
Methods inherited from class net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleViolationExtractor
getXPath
 
Methods inherited from class net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleSingleValueExtractor
getValidityTestXPath
 
Methods inherited from class net.sf.mavenhist.extractor.AbstractXPathValueExtractor
extractValidatedDocument, getVersion, getVersionXPath
 
Methods inherited from class net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
extract, isDocumentValid
 
Methods inherited from class net.sf.mavenhist.extractor.AbstractXMLValueExtractor
extract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckstyleWarningExtractor

public CheckstyleWarningExtractor()
Method Detail

getSeverity

protected String getSeverity()
Severity level to get all checkstyle warnings.

Specified by:
getSeverity in class AbstractCheckstyleViolationExtractor
Returns:
Severity level to get all checkstyle warnings.

getName

public String getName()
Gets the name of the entity.

Returns:
the name.


Copyright © 2009. All Rights Reserved.