public final class MolnamePropertyExtractorFactory extends Object implements PropertyExtractorFactory
MolnamePropertyExtractor
.Constructor and Description |
---|
MolnamePropertyExtractorFactory() |
Modifier and Type | Method and Description |
---|---|
<T> PropertyExtractor<T> |
constructExtractor(Class<T> type,
String parameters)
Construct extractor.
|
String |
getDescription()
Detailed description of the extraction.
|
String |
getName()
Unique name of extraction.
|
String |
getParametrizationHelp()
Help on parameterization.
|
public String getName()
PropertyExtractorFactory
getName
in interface PropertyExtractorFactory
public String getDescription()
PropertyExtractorFactory
getDescription
in interface PropertyExtractorFactory
public String getParametrizationHelp()
PropertyExtractorFactory
getParametrizationHelp
in interface PropertyExtractorFactory
public <T> PropertyExtractor<T> constructExtractor(Class<T> type, String parameters) throws IllegalArgumentException
PropertyExtractorFactory
constructExtractor
in interface PropertyExtractorFactory
T
- Extracted typetype
- Extracted typeparameters
- ParametersIllegalArgumentException
- when the given type can not be supplied.