net.sf.mavenhist.extractor.findbugs
Class AbstractFindbugsExtractor
java.lang.Object
net.sf.mavenhist.extractor.AbstractXMLValueExtractor
net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
net.sf.mavenhist.extractor.AbstractXPathValueExtractor
net.sf.mavenhist.extractor.findbugs.AbstractFindbugsExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
- Direct Known Subclasses:
- FindbugsViolationFilesExtractor, FindbugsViolationsExtractor
public abstract class AbstractFindbugsExtractor
- extends AbstractXPathValueExtractor
Abstract Extractor, handles the validation for findbugs files.
Method Summary |
protected String |
getValidityTestXPath()
The given xml-file will be tested with this xpath to be sure that the result will be valid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFindbugsExtractor
public AbstractFindbugsExtractor()
getValidityTestXPath
protected final String getValidityTestXPath()
- The given xml-file will be tested with this xpath to be sure that the result will be valid.
It is necessairy that the xpath query has a result to mark the XML as okay.
- Specified by:
getValidityTestXPath
in class AbstractValidatingXMLValueExtractor
- Returns:
- XPath to check validity of the given file.
Copyright © 2009. All Rights Reserved.