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 Type
    Method
    Description
    void
    Configures this extension with the supplied configuration data.
  • Method Details

    • 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.