Interface Configuration
-
- All Known Implementing Classes:
Extension
public interface Configuration
The Workbench searches the JARs in its lib/ext directory for Configurations. It instantiates each Configuration and calls its #configure method.Note: It is preferable to use Extensions rather than Configurations, as Extensions specify metadata like name and version.
- See Also:
Extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(PlugInContext context)
-
-
-
Method Detail
-
configure
void configure(PlugInContext context) throws Exception
- Throws:
Exception
-
-