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

Packages that use MultiMetric
net.sf.mavenhist.extractor   
net.sf.mavenhist.extractor.jncss   
net.sf.mavenhist.extractor.surefire   
net.sf.mavenhist.extractor.util   
 

Uses of MultiMetric in net.sf.mavenhist.extractor
 

Methods in net.sf.mavenhist.extractor that return MultiMetric
 MultiMetric[] IXMLValueExtractor.extract(Document document)
          Extracts multiple values from one result document.
 MultiMetric[] AbstractValidatingXMLValueExtractor.extract(Document document)
          Implementation that checks first the validity of the xml file with the xpath given from the method getValidityTestXPath.
 MultiMetric[] IValueExtractor.extract(InputStream inputStream)
          Extracts multiple values from one result document.
 MultiMetric[] AbstractXMLValueExtractor.extract(InputStream inputStream)
           
protected abstract  MultiMetric[] AbstractValidatingXMLValueExtractor.extractValidatedDocument(Document document)
          Extracts muliple values from one result document.
 MultiMetric[] AbstractXPathValueExtractor.extractValidatedDocument(Document document)
          Extracts muliple values from one result document.
 

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

Methods in net.sf.mavenhist.extractor.jncss that return MultiMetric
 MultiMetric[] JNCSSFunctionsPerPackageExtractor.extractValidatedDocument(Document document)
          Extracts muliple values from one result document.
 

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

Methods in net.sf.mavenhist.extractor.surefire that return MultiMetric
 MultiMetric[] AbstractTestExtractor.extract(InputStream inputStream)
          Extracts multiple values from one result document.
 

Uses of MultiMetric in net.sf.mavenhist.extractor.util
 

Methods in net.sf.mavenhist.extractor.util with parameters of type MultiMetric
static String MultimetricArrayToStringUtil.toString(MultiMetric[] metrics)
          Returns a userreadable String from an array of MultiMetric.
 



Copyright © 2009. All Rights Reserved.