public class TimeExpressionExtractorFactory extends Object implements Factory<TimeExpressionExtractor>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_EXTRACTOR_PRESENT |
static String |
DEFAULT_TIME_EXPRESSION_EXTRACTOR_CLASS |
| Constructor and Description |
|---|
TimeExpressionExtractorFactory() |
TimeExpressionExtractorFactory(String className) |
| Modifier and Type | Method and Description |
|---|---|
TimeExpressionExtractor |
create()
Creates and returns a new instance of the given type.
|
static TimeExpressionExtractor |
create(String className) |
static TimeExpressionExtractor |
createExtractor() |
static boolean |
isDefaultExtractorPresent() |
public static final String DEFAULT_TIME_EXPRESSION_EXTRACTOR_CLASS
public static final boolean DEFAULT_EXTRACTOR_PRESENT
public TimeExpressionExtractorFactory()
public TimeExpressionExtractorFactory(String className)
public TimeExpressionExtractor create()
Factorycreate in interface Factory<TimeExpressionExtractor>public static TimeExpressionExtractor createExtractor()
public static boolean isDefaultExtractorPresent()
public static TimeExpressionExtractor create(String className)