net.sf.mavenhist.extractor
Class AbstractXMLValueExtractor
java.lang.Object
net.sf.mavenhist.extractor.AbstractXMLValueExtractor
- All Implemented Interfaces:
- INamedExtractor, IValueExtractor, IXMLValueExtractor
- Direct Known Subclasses:
- AbstractValidatingXMLValueExtractor
public abstract class AbstractXMLValueExtractor
- extends Object
- implements IValueExtractor, IXMLValueExtractor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXMLValueExtractor
public AbstractXMLValueExtractor()
extract
public final MultiMetric[] extract(InputStream inputStream)
throws ExtractionException
- Description copied from interface:
IValueExtractor
- Extracts multiple values from one result document.
- Specified by:
extract
in interface IValueExtractor
- Parameters:
inputStream
- stream of the read file.
- Returns:
- Array of metrics with the differentiated locations and values. Should never return
null
but may return an empty array.
- Throws:
ExtractionException
Copyright © 2009. All Rights Reserved.