public interface PropertyExtractorFactory
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.
|
String getName()
String getDescription()
String getParametrizationHelp()
<T> PropertyExtractor<T> constructExtractor(Class<T> type, String parameters) throws IllegalArgumentException
T
- Extracted typetype
- Extracted typeparameters
- ParametersIllegalArgumentException
- when the given type can not be supplied.