| |
|
| java.lang.Object org.skunk.config.Configurator
Configurator | public class Configurator (Code) | | |
configure | public void configure(Object configurable)(Code) | | configure the object's properties.
Will take an array, too.
|
revertToDefault | public void revertToDefault(Object configurable)(Code) | | |
tryOff | public void tryOff(Object configurableOrClass)(Code) | | ends a try transaction
Parameters: configurable - Object to be configured, or the class of such -- may not be null |
tryOn | public void tryOn(Object configurable)(Code) | | starts a try transaction
Parameters: configurable - object to be configured -- may not be null |
|
|
|