| Modifier and Type | Method and Description |
|---|---|
static void |
Boot.addJarsForPackage(PackageDescriptor pack,
Boot.Level verbose,
PluginManager plugins) |
| Constructor and Description |
|---|
ConnectionManagerImpl(PluginManager pluginManager) |
| Modifier and Type | Method and Description |
|---|---|
PluginManager |
GlobalContext.getPluginManager()
Returns the plugin manager.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PluginParameterBinding> |
PluginParameterBinding.Factory.tryToBind(PluginManager manager,
PluginDescriptor plugin,
int methodIndex,
boolean mustBeTotal,
boolean orderedParameters,
java.lang.Class<?>... parameterTypes)
This method instantiates binding objects binding the method and index
methodIndex of the given plugin to the given set of
parameter types, if possible. |
| Modifier and Type | Class and Description |
|---|---|
class |
PluginManagerImpl |
| Modifier and Type | Method and Description |
|---|---|
static PluginManager |
PluginManagerImpl.getInstance() |
PluginManager |
AbstractGlobalContext.getPluginManager() |
PluginManager |
AbstractPluginContext.getPluginManager()
Returns the plugin manager.
|
| Constructor and Description |
|---|
MacroPluginDescriptorImpl(java.io.File file,
PluginManager manager,
PackageDescriptor pack) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextAwareObject.setManagers(ConnectionManager connectionManager,
PluginManager pluginManager,
ProvidedObjectManager providedObjectManager) |