com.togethersoft.sca.core
Interface IExtensionExecutable
- All Known Subinterfaces:
- ICodeInspectorExecutable, IMessageFilter, IMetricPlugin
- public interface IExtensionExecutable
The common interface for framework extensions.
A Sapient extension is a user-defined library that is made available by the framework
for all other framework components. Each extension must implement this interface.
This interface may be implemented by clients.
- See Also:
IExtension
setParameters
public void setParameters(IParameterRegistry registry)
- Sets the parameters of this extension. This method is called when the
extension object is created or when the parameter values are changed.
- Returns:
- registry the parameter registry that holds the parameters of
this extension.