public class PreprocessDecoder extends Object implements DataDecoder, Configurable
DataDecoder.Factory| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_DECODER |
static String |
VALUE_PRE_PROCESSING |
| Constructor and Description |
|---|
PreprocessDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(String data) |
DataDecoder |
getBaseDecoder() |
Properties |
getConfiguration() |
void |
setBaseDecoder(DataDecoder baseDecoder) |
void |
setConfiguration(Properties config) |
public static final String VALUE_PRE_PROCESSING
public static final String BASE_DECODER
public void setConfiguration(Properties config) throws SmooksException
setConfiguration in interface ConfigurableSmooksExceptionpublic Properties getConfiguration()
getConfiguration in interface Configurablepublic void setBaseDecoder(DataDecoder baseDecoder)
public DataDecoder getBaseDecoder()
public Object decode(String data) throws DataDecodeException
decode in interface DataDecoderDataDecodeExceptionCopyright © 2015. All rights reserved.