Uses of Interface
net.sf.mavenhist.extractor.IValueExtractor

Packages that use IValueExtractor
net.sf.mavenhist.extractor   
net.sf.mavenhist.extractor.checkstyle   
net.sf.mavenhist.extractor.cobertura   
net.sf.mavenhist.extractor.cpd   
net.sf.mavenhist.extractor.findbugs   
net.sf.mavenhist.extractor.jncss   
net.sf.mavenhist.extractor.junit   
net.sf.mavenhist.extractor.pmd   
net.sf.mavenhist.extractor.surefire   
 

Uses of IValueExtractor in net.sf.mavenhist.extractor
 

Classes in net.sf.mavenhist.extractor that implement IValueExtractor
 class AbstractValidatingXMLValueExtractor
          Used to validate the xml file with a test xpath that has to return a value.
 class AbstractXMLValueExtractor
           
 class AbstractXPathValueExtractor
          Default implementation for a IValueExtractor.
 

Methods in net.sf.mavenhist.extractor that return IValueExtractor
 IValueExtractor[] ExtractorFactory.getAllExtractors()
          Gets an array of all available extractors.
 IValueExtractor ExtractorFactory.getValueExtractor(String id)
          Gets a ValueExtractor for the specified id.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.checkstyle
 

Classes in net.sf.mavenhist.extractor.checkstyle that implement IValueExtractor
 class AbstractCheckstyleSingleValueExtractor
          Adds the validity check for all checkstyle extractors.
 class AbstractCheckstyleViolationExtractor
          Extracts the number of all checkstyle warnings.
 class CheckstyleAllExtractor
          Extracts the number of all checkstyle warnings.
 class CheckstyleCheckedFilesExtractor
          Extracts the total number of checked files from checkstyle.
 class CheckstyleErrorExtractor
          Extracts the number of all checkstyle errors.
 class CheckstyleInfoExtractor
          Extracts the number of all checkstyle violations on info level.
 class CheckstyleWarningExtractor
          Extracts the number of all checkstyle warnings.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.cobertura
 

Classes in net.sf.mavenhist.extractor.cobertura that implement IValueExtractor
 class AbstractCoberturaSingleValueExtractor
          Adds the validity check for all cobertura extractors.
 class CoberturaBranchPercentageExtractor
          Extracts the line percentage coverage result.
 class CoberturaLinesOfCodeExtractor
          Extracts the lines of code.
 class CoberturaLinesPercentageExtractor
          Extracts the line percentage coverage result.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.cpd
 

Classes in net.sf.mavenhist.extractor.cpd that implement IValueExtractor
 class AbstractCPDDuplicatedLinesExtractor
          Handles the validation path for the xml.
 class CPDDuplicatedLinesExtractor
          Extracts the number of duplicated lines in this project.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.findbugs
 

Classes in net.sf.mavenhist.extractor.findbugs that implement IValueExtractor
 class AbstractFindbugsExtractor
          Abstract Extractor, handles the validation for findbugs files.
 class FindbugsViolationFilesExtractor
          Extracts the number of files containing findbugs violations.
 class FindbugsViolationsExtractor
          Extracts the number of files containing findbugs violations.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.jncss
 

Classes in net.sf.mavenhist.extractor.jncss that implement IValueExtractor
 class AbstractJNCSSExtractor
          Handles the validation path for the xml.
 class JNCSSCCNExtractor
          Extracts the number of code fragments with a complexity higher than 15.
 class JNCSSClassesExtractor
          Extracts the total classes.
 class JNCSSFunctionsExtractor
          Extracts the total functions (methods).
 class JNCSSFunctionsPerPackageExtractor
          Extracts the function count per package of a measured entity from a JavaNCSS-XML file.
 class JNCSSJavadocsExtractor
          Extracts the total javadocs.
 class JNCSSNCSSExtractor
          Extracts the total NCSS result.
 class JNCSSPackagesExtractor
          Extracts the total packages.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.junit
 

Classes in net.sf.mavenhist.extractor.junit that implement IValueExtractor
 class AbstractJUnitExtractor
          Handles the validation path for the xml.
 class JUnitErrorsExtractor
          Extracts the junit errors.
 class JUnitFailuresExtractor
          Extracts the junit failures.
 class JUnitPassrateExtractor
          Extracts the passrate for junit tests.
 class JUnitTestsExtractor
          Extracts the number of junit tests.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.pmd
 

Classes in net.sf.mavenhist.extractor.pmd that implement IValueExtractor
 class AbstractPMDExtractor
          Handles the validation path for the xml.
 class PMDFilesExtractor
          Extracts the number of PMD files.
 class PMDViolationsExtractor
          Extracts the number of PMD violations.
 

Uses of IValueExtractor in net.sf.mavenhist.extractor.surefire
 

Classes in net.sf.mavenhist.extractor.surefire that implement IValueExtractor
 class AbstractTestExtractor
          We have to use regular expression parsing since there is not TEST-suite.xml any more and the output format of the site is invalid XML.
 class TestErrorsExtractor
          Extracts the junit errors.
 class TestFailuresExtractor
          Extracts the junit failures.
 class TestPassrateExtractor
          Extracts the passrate for junit tests.
 class TestSkippedExtractor
          Extracts the junit errors.
 class TestTestsExtractor
          Extracts the number of junit tests.
 class TestTimeExtractor
          Extracts the junit errors.
 



Copyright © 2009. All Rights Reserved.