| Package | Description |
|---|---|
| com.atlassian.plugins.codegen.modules |
Provides the base interfaces that make up the plugin module generation API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PluginModuleCreator> |
PluginModuleCreatorRegistry.getModuleCreator(String productId,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
PluginModuleCreator |
PluginModuleCreatorFactory.getModuleCreator(String productId,
Class creatorClass) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class,PluginModuleCreator> |
PluginModuleCreatorRegistry.getModuleCreatorsForProduct(String productId) |
Map<Class,PluginModuleCreator> |
PluginModuleCreatorFactory.getModuleCreatorsForProduct(String productId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginModuleCreatorRegistry.registerModuleCreator(String productId,
PluginModuleCreator moduleCreator) |
Copyright © 2015 Atlassian. All rights reserved.