org.milyn.cdr.extension
Class ResourceConfigUtil
java.lang.Object
org.milyn.cdr.extension.ResourceConfigUtil
public abstract class ResourceConfigUtil
- extends Object
Resource Configuration Extension utility class.
- Author:
- tom.fennelly@gmail.com
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceConfigUtil
public ResourceConfigUtil()
setProperty
public static void setProperty(SmooksResourceConfiguration config,
String setOn,
String value,
Element xml,
ExecutionContext executionContext)
throws SmooksException
- Throws:
SmooksException
setProperty
public static void setProperty(SmooksResourceConfiguration config,
String setOn,
String value,
ExecutionContext executionContext)
throws SmooksException
- Throws:
SmooksException
unsetProperty
public static void unsetProperty(SmooksResourceConfiguration config,
String property)
mapProperty
public static void mapProperty(SmooksResourceConfiguration fromConfig,
String fromProperty,
SmooksResourceConfiguration toConfig,
String toProperty,
String defaultValue,
ExecutionContext executionContext)
throws SmooksException
- Throws:
SmooksException
Copyright © 2009. All Rights Reserved.