Uses of Interface
org.jboss.forge.shell.Shell

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

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

Methods in org.jboss.forge.shell.command with parameters of type Shell
 boolean PluginMetadata.constrantsSatisfied(Shell shell)
          Return true if all constraints defined on this plugin (such as RequiresProject or RequiresFacet) are satisfied by the current project (if available) and getCurrentResource() scope.
 CommandMetadata PluginMetadata.getCommand(String name, Shell shell)
          Get the command with the given name if it exists in this plugin, and is available in the current getCurrentResource() scope.
 List<CommandMetadata> PluginMetadata.getCommands(Shell shell)
          For the getCurrentResource() scope, return a list of all available commands defined by this plugin.
 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
 boolean PluginMetadata.hasCommand(String name, Shell shell)
          Return true if this plugin defines a command with the given name in the current getCurrentResourceScope()
 



Copyright © 2011 Seam Framework. All Rights Reserved.