Uses of Class
net.sf.mavenhist.extractor.AbstractXMLValueExtractor

Packages that use AbstractXMLValueExtractor
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   
 

Uses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor
 

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

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

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.checkstyle
 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 AbstractXMLValueExtractor in net.sf.mavenhist.extractor.cobertura
 

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.cobertura
 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 AbstractXMLValueExtractor in net.sf.mavenhist.extractor.cpd
 

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.cpd
 class AbstractCPDDuplicatedLinesExtractor
          Handles the validation path for the xml.
 class CPDDuplicatedLinesExtractor
          Extracts the number of duplicated lines in this project.
 

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

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.findbugs
 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 AbstractXMLValueExtractor in net.sf.mavenhist.extractor.jncss
 

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.jncss
 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 AbstractXMLValueExtractor in net.sf.mavenhist.extractor.junit
 

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.junit
 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 AbstractXMLValueExtractor in net.sf.mavenhist.extractor.pmd
 

Subclasses of AbstractXMLValueExtractor in net.sf.mavenhist.extractor.pmd
 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.
 



Copyright © 2009. All Rights Reserved.