public interface AddonManager
Modifier and Type | Method and Description |
---|---|
GriffonAddon |
findAddon(java.lang.String name)
Finds an addon by name.
|
java.util.Map<java.lang.String,GriffonAddon> |
getAddons()
Returns a read-only view of all available addons
|
void |
initialize() |
void initialize()
@Nonnull java.util.Map<java.lang.String,GriffonAddon> getAddons()
@Nullable GriffonAddon findAddon(@Nonnull java.lang.String name)
Example: findAddon("miglayout") will return a GriffonAddon that represents the contributions of the MigLayout plugin.
name
- the name of the addon to search for