|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.mavenhist.extractor.ExtractorFactory
public class ExtractorFactory
This factory is capable to create different extractors.
Constructor Summary | |
---|---|
ExtractorFactory()
|
Method Summary | |
---|---|
IValueExtractor[] |
getAllExtractors()
Gets an array of all available extractors. |
static ExtractorFactory |
getInstance()
Gets the singleton instance. |
IValueExtractor |
getValueExtractor(String id)
Gets a ValueExtractor for the specified id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtractorFactory()
Method Detail |
---|
public static ExtractorFactory getInstance()
public IValueExtractor getValueExtractor(String id)
ValueExtractor
for the specified id.
id
- of the required extractor.
null
if none is found.public IValueExtractor[] getAllExtractors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |