net.sf.mavenhist.extractor.jncss
Class AbstractJNCSSExtractor
java.lang.Object
net.sf.mavenhist.extractor.AbstractXMLValueExtractor
net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
net.sf.mavenhist.extractor.AbstractXPathValueExtractor
net.sf.mavenhist.extractor.jncss.AbstractJNCSSExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
- Direct Known Subclasses:
- JNCSSCCNExtractor, JNCSSClassesExtractor, JNCSSFunctionsExtractor, JNCSSJavadocsExtractor, JNCSSNCSSExtractor, JNCSSPackagesExtractor
public abstract class AbstractJNCSSExtractor
- extends AbstractXPathValueExtractor
Handles the validation path for the xml.
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 |
AbstractJNCSSExtractor
public AbstractJNCSSExtractor()
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.