net.sf.mavenhist.extractor.checkstyle
Class CheckstyleInfoExtractor
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
net.sf.mavenhist.extractor.checkstyle.CheckstyleInfoExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
public class CheckstyleInfoExtractor
- extends AbstractCheckstyleViolationExtractor
Extracts the number of all checkstyle violations on info level.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckstyleInfoExtractor
public CheckstyleInfoExtractor()
getSeverity
protected String getSeverity()
- Severity level to get all checkstyle infos.
- Specified by:
getSeverity
in class AbstractCheckstyleViolationExtractor
- Returns:
- Severity level to get all checkstyle infos.
getName
public String getName()
- Gets the name of the entity.
- Returns:
- the name.
Copyright © 2009. All Rights Reserved.