net.sf.mavenhist.extractor.checkstyle
Class AbstractCheckstyleSingleValueExtractor
java.lang.Object
net.sf.mavenhist.extractor.AbstractXMLValueExtractor
net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
net.sf.mavenhist.extractor.AbstractXPathValueExtractor
net.sf.mavenhist.extractor.checkstyle.AbstractCheckstyleSingleValueExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
- Direct Known Subclasses:
- AbstractCheckstyleViolationExtractor, CheckstyleCheckedFilesExtractor
public abstract class AbstractCheckstyleSingleValueExtractor
- extends AbstractXPathValueExtractor
Adds the validity check for all checkstyle extractors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCheckstyleSingleValueExtractor
public AbstractCheckstyleSingleValueExtractor()
getValidityTestXPath
protected final String getValidityTestXPath()
- Checks the validity of a xml file for this extractor.
- Specified by:
getValidityTestXPath
in class AbstractValidatingXMLValueExtractor
- Returns:
- xpath returning more then 0 nodes if file is valid.
Copyright © 2009. All Rights Reserved.