public abstract class BaseCharFilterFactory extends Object implements CharFilterFactory
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
args
The init args
|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
BaseCharFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getArgs() |
protected int |
getInt(String name) |
protected int |
getInt(String name,
int defaultVal) |
protected int |
getInt(String name,
int defaultVal,
boolean useDefault) |
void |
init(Map<String,String> args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Map<String,String> getArgs()
getArgs in interface CharFilterFactorypublic void init(Map<String,String> args)
init in interface CharFilterFactoryprotected int getInt(String name)
protected int getInt(String name, int defaultVal)
protected int getInt(String name, int defaultVal, boolean useDefault)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.