| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.ParameterizableInspectorBase
All known Subclasses: org.hammurapi.inspectors.techstack.TechStackInspector, org.hammurapi.PersistingInspectorBase,
ParameterizableInspectorBase | public class ParameterizableInspectorBase extends InspectorBase implements Parameterizable(Code) | | Base class for inspectors which require extensive configuration by different helper classes.
author: Pavel Vlasov version: $Revision: 1.1 $ |
Method Summary | |
protected void | addConfigurator(Parameterizable configurator) Adds a helper class (configurator) to the list of configurators. | public boolean | setParameter(String name, Object value) Iterates through configurators and passes parameter to them unless it is handled. |
addConfigurator | protected void addConfigurator(Parameterizable configurator)(Code) | | Adds a helper class (configurator) to the list of configurators.
Parameters: configurator - |
setParameter | public boolean setParameter(String name, Object value) throws ConfigurationException(Code) | | Iterates through configurators and passes parameter to them unless it is handled.
Parameters: name - the name of the parameter being loaded from Hammurapi configuration Parameters: value - the value of the parameter being loaded from Hammurapi configuration exception: ConfigurationException - in case of a not supported parameter |
|
|