public interface AddonManager
| Modifier and Type | Method and Description | 
|---|---|
GriffonAddon | 
findAddon(String name)
Finds an addon by name. 
 | 
Map<String,GriffonAddon> | 
getAddons()
Returns a read-only view of all available addons 
 | 
void | 
initialize()  | 
void initialize()
@Nonnull Map<String,GriffonAddon> getAddons()
@Nullable GriffonAddon findAddon(@Nonnull 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