Forge - Shell API 1.2.0.Final

Uses of Interface
org.jboss.forge.shell.command.PluginMetadata

Packages that use PluginMetadata
org.jboss.forge.shell.command   
 

Uses of PluginMetadata in org.jboss.forge.shell.command
 

Methods in org.jboss.forge.shell.command that return PluginMetadata
 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
 

Methods in org.jboss.forge.shell.command that return types with arguments of type PluginMetadata
 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.
 

Methods in org.jboss.forge.shell.command with parameters of type PluginMetadata
 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
 


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.