net.sf.mavenhist.extractor.cpd
Class CPDDuplicatedLinesExtractor
java.lang.Object
net.sf.mavenhist.extractor.AbstractXMLValueExtractor
net.sf.mavenhist.extractor.AbstractValidatingXMLValueExtractor
net.sf.mavenhist.extractor.AbstractXPathValueExtractor
net.sf.mavenhist.extractor.cpd.AbstractCPDDuplicatedLinesExtractor
net.sf.mavenhist.extractor.cpd.CPDDuplicatedLinesExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
public class CPDDuplicatedLinesExtractor
- extends AbstractCPDDuplicatedLinesExtractor
Extracts the number of duplicated lines in this project.
Method Summary |
String |
getName()
Gets the name of the entity. |
protected String |
getXPath(String version)
Returns the XPath to get the required value of a specified XML version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPDDuplicatedLinesExtractor
public CPDDuplicatedLinesExtractor()
getXPath
protected String getXPath(String version)
- Returns the XPath to get the required value of a specified XML version.
- Specified by:
getXPath
in class AbstractXPathValueExtractor
- Returns:
- XPath to get the required value.
getName
public String getName()
- Gets the name of the entity.
- Returns:
- the name.
Copyright © 2009. All Rights Reserved.