Interface Configurable
-
- All Known Implementing Classes:
DirectoryResourceModelSource,FileResourceModelSource,RemoteScriptNodeStepPluginAdapter_Ext,ScriptResourceModelSource,URLResourceModelSource
public interface ConfigurableConfigurable objects can be configured with properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(java.util.Properties configuration)Configure the object with the configuration properties.
-
-
-
Method Detail
-
configure
void configure(java.util.Properties configuration) throws ConfigurationExceptionConfigure the object with the configuration properties.- Parameters:
configuration- the properties to use- Throws:
ConfigurationException- if there is an invalid configuration
-
-