| Package | Description |
|---|---|
| org.jboss.forge.shell.command |
| Modifier and Type | Method and Description |
|---|---|
PluginMetadata |
CommandMetadata.getParent()
Return the
PluginMetadata containing this command. |
PluginMetadata |
PluginRegistry.getPluginMetadataForScopeAndConstraints(String name,
Shell shell)
Resolves a single
PluginMetadata instance representing the singular type that is in scope, and satisfied
by the current project constraints such as RequiresProject or RequiresFacet |
| Modifier and Type | Method and Description |
|---|---|
List<PluginMetadata> |
PluginRegistry.getPluginMetadata(String plugin)
Get the
PluginMetadata for the given plugin name. |
Map<String,List<PluginMetadata>> |
PluginRegistry.getPlugins()
Get a map of all known plugin names and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginRegistry.addPlugin(PluginMetadata plugin)
Add a plugin to the registry.
|
Plugin |
PluginRegistry.instanceOf(PluginMetadata meta)
Get the
Plugin instance defined by the given PluginMetadata |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.