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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(ConfigurationElement config)
Configures this extension with the supplied configuration data.
-
-
-
Method Detail
-
configure
void configure(ConfigurationElement config) throws CoreException
Configures this extension with the supplied configuration data.- Parameters:
config
- The configuration data.- Throws:
CoreException
- if an error occurred during configuration.
-
-