com.dtolabs.rundeck.core.plugins.configuration
Interface Configurable

All Known Implementing Classes:
DirectoryResourceModelSource, FileResourceModelSource, ScriptResourceModelSource, URLResourceModelSource

public interface Configurable

Configurable objects can be configured with properties.


Method Summary
 void configure(java.util.Properties configuration)
          Configure the object with the configuration properties.
 

Method Detail

configure

void configure(java.util.Properties configuration)
               throws ConfigurationException
Configure the object with the configuration properties.

Parameters:
configuration - the properties to use
Throws:
ConfigurationException - if there is an invalid configuration