public abstract class ResourceConfigUtil extends Object
| Constructor and Description |
|---|
ResourceConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mapProperty(SmooksResourceConfiguration fromConfig,
String fromProperty,
SmooksResourceConfiguration toConfig,
String toProperty,
String defaultValue,
ExecutionContext executionContext) |
static void |
setProperty(SmooksResourceConfiguration config,
String setOn,
String value,
Element xml,
ExecutionContext executionContext) |
static void |
setProperty(SmooksResourceConfiguration config,
String setOn,
String value,
ExecutionContext executionContext) |
static void |
unsetProperty(SmooksResourceConfiguration config,
String property) |
public static void setProperty(SmooksResourceConfiguration config, String setOn, String value, Element xml, ExecutionContext executionContext) throws SmooksException
SmooksExceptionpublic static void setProperty(SmooksResourceConfiguration config, String setOn, String value, ExecutionContext executionContext) throws SmooksException
SmooksExceptionpublic static void unsetProperty(SmooksResourceConfiguration config, String property)
public static void mapProperty(SmooksResourceConfiguration fromConfig, String fromProperty, SmooksResourceConfiguration toConfig, String toProperty, String defaultValue, ExecutionContext executionContext) throws SmooksException
SmooksExceptionCopyright © 2020. All rights reserved.