Uses of Class
org.sonatype.gshell.command.descriptor.CommandSetDescriptor

Packages that use CommandSetDescriptor
org.sonatype.gshell.command.descriptor Command descriptor model. 
org.sonatype.gshell.command.registry Command registry components. 
 

Uses of CommandSetDescriptor in org.sonatype.gshell.command.descriptor
 

Methods in org.sonatype.gshell.command.descriptor that return CommandSetDescriptor
 CommandSetDescriptor DiscoveredCommandSetDescriptorEvent.getDescriptor()
           
 CommandSetDescriptor CommandDescriptor.getParent()
          Get the parent field.
 

Methods in org.sonatype.gshell.command.descriptor that return types with arguments of type CommandSetDescriptor
 List<CommandSetDescriptor> CommandsDescriptor.getCommandSets()
          Method getCommandSets.
 

Methods in org.sonatype.gshell.command.descriptor with parameters of type CommandSetDescriptor
 void CommandsDescriptor.addCommandSet(CommandSetDescriptor commandSetDescriptor)
          Method addCommandSet.
 void CommandDescriptor.breakCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
          Method breakCommandSetDescriptorAssociation.
 int CommandSetDescriptor.compareTo(CommandSetDescriptor target)
           
 void CommandDescriptor.createCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
          Method createCommandSetDescriptorAssociation.
 void CommandsDescriptor.removeCommandSet(CommandSetDescriptor commandSetDescriptor)
          Method removeCommandSet.
 

Method parameters in org.sonatype.gshell.command.descriptor with type arguments of type CommandSetDescriptor
 void CommandsDescriptor.setCommandSets(List<CommandSetDescriptor> commandSets)
          Set the commandSets field.
 

Constructors in org.sonatype.gshell.command.descriptor with parameters of type CommandSetDescriptor
DiscoveredCommandSetDescriptorEvent(CommandSetDescriptor descriptor)
           
 

Uses of CommandSetDescriptor in org.sonatype.gshell.command.registry
 

Methods in org.sonatype.gshell.command.registry that return types with arguments of type CommandSetDescriptor
 List<CommandSetDescriptor> CommandRegistrarSupport.getDescriptors()
           
 List<CommandSetDescriptor> CommandRegistrar.getDescriptors()
           
 

Methods in org.sonatype.gshell.command.registry with parameters of type CommandSetDescriptor
protected  void CommandRegistrarSupport.registerCommandSet(CommandSetDescriptor config)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.