Uses of Class
org.apache.geronimo.gshell.command.descriptor.CommandDescriptor

Packages that use CommandDescriptor
org.apache.geronimo.gshell.command GShell Command API. 
org.apache.geronimo.gshell.command.descriptor Command component descriptors. 
org.apache.geronimo.gshell.layout Provides access to the command layout facility. 
org.apache.geronimo.gshell.plugin Provides support for GShell plugin fluff. 
 

Uses of CommandDescriptor in org.apache.geronimo.gshell.command
 

Methods in org.apache.geronimo.gshell.command that return CommandDescriptor
 CommandDescriptor CommandContext.getCommandDescriptor()
           
 

Uses of CommandDescriptor in org.apache.geronimo.gshell.command.descriptor
 

Methods in org.apache.geronimo.gshell.command.descriptor that return types with arguments of type CommandDescriptor
 List<CommandDescriptor> CommandSetDescriptor.getCommandDescriptors()
           
 

Methods in org.apache.geronimo.gshell.command.descriptor with parameters of type CommandDescriptor
 void CommandSetDescriptor.addCommandDescriptor(CommandDescriptor desc)
           
 

Uses of CommandDescriptor in org.apache.geronimo.gshell.layout
 

Methods in org.apache.geronimo.gshell.layout that return CommandDescriptor
 CommandDescriptor LayoutManager.find(String path)
          Find the command descriptor for the given path, or null if not found.
 CommandDescriptor DefaultLayoutManager.find(String path)
           
 

Uses of CommandDescriptor in org.apache.geronimo.gshell.plugin
 

Methods in org.apache.geronimo.gshell.plugin that return CommandDescriptor
 CommandDescriptor CommandRegistry.getCommandDescriptor(String id)
           
 

Methods in org.apache.geronimo.gshell.plugin that return types with arguments of type CommandDescriptor
 Collection<CommandDescriptor> CommandRegistry.getCommandDescriptors()
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.