net.sf.mavenhist.extractor
Interface INamedExtractor

All Known Subinterfaces:
IValueExtractor
All Known Implementing Classes:
AbstractCheckstyleSingleValueExtractor, AbstractCheckstyleViolationExtractor, AbstractCoberturaSingleValueExtractor, AbstractCPDDuplicatedLinesExtractor, AbstractFindbugsExtractor, AbstractJNCSSExtractor, AbstractJUnitExtractor, AbstractPMDExtractor, AbstractTestExtractor, AbstractValidatingXMLValueExtractor, AbstractXMLValueExtractor, AbstractXPathValueExtractor, CheckstyleAllExtractor, CheckstyleCheckedFilesExtractor, CheckstyleErrorExtractor, CheckstyleInfoExtractor, CheckstyleWarningExtractor, CoberturaBranchPercentageExtractor, CoberturaLinesOfCodeExtractor, CoberturaLinesPercentageExtractor, CPDDuplicatedLinesExtractor, FindbugsViolationFilesExtractor, FindbugsViolationsExtractor, JNCSSCCNExtractor, JNCSSClassesExtractor, JNCSSFunctionsExtractor, JNCSSFunctionsPerPackageExtractor, JNCSSJavadocsExtractor, JNCSSNCSSExtractor, JNCSSPackagesExtractor, JUnitErrorsExtractor, JUnitFailuresExtractor, JUnitPassrateExtractor, JUnitTestsExtractor, PMDFilesExtractor, PMDViolationsExtractor, TestErrorsExtractor, TestFailuresExtractor, TestPassrateExtractor, TestSkippedExtractor, TestTestsExtractor, TestTimeExtractor

public interface INamedExtractor

Objects implementing this interface have a name.


Method Summary
 String getName()
          Gets the name of the entity.
 

Method Detail

getName

String getName()
Gets the name of the entity.

Returns:
the name.


Copyright © 2009. All Rights Reserved.