Package com.bc.ceres.core.runtime
Interface ConfigurableExtension
-
- All Known Implementing Classes:
RGBImageProfile
public interface ConfigurableExtensionA configurable extension. This interface may be implemented by client supplied extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(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.
-
-