Package com.bc.ceres.core.runtime
Interface ConfigurableExtension
- All Known Implementing Classes:
 RGBImageProfile
public interface ConfigurableExtension
A configurable extension.
 This interface may be implemented by client supplied extensions.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ConfigurationElement config) Configures this extension with the supplied configuration data. 
- 
Method Details
- 
configure
Configures this extension with the supplied configuration data.- Parameters:
 config- The configuration data.- Throws:
 CoreException- if an error occurred during configuration.
 
 -