|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandDescriptor | |
|---|---|
| org.sonatype.gshell.command.descriptor | Command descriptor model. |
| org.sonatype.gshell.command.registry | Command registry components. |
| Uses of CommandDescriptor in org.sonatype.gshell.command.descriptor |
|---|
| Methods in org.sonatype.gshell.command.descriptor that return CommandDescriptor | |
|---|---|
CommandDescriptor |
DiscoveredCommandDescriptorEvent.getDescriptor()
|
| Methods in org.sonatype.gshell.command.descriptor that return types with arguments of type CommandDescriptor | |
|---|---|
List<CommandDescriptor> |
CommandSetDescriptor.getCommands()
Method getCommands. |
| Methods in org.sonatype.gshell.command.descriptor with parameters of type CommandDescriptor | |
|---|---|
void |
CommandSetDescriptor.addCommand(CommandDescriptor commandDescriptor)
Method addCommand. |
void |
CommandSetDescriptor.breakCommandDescriptorAssociation(CommandDescriptor commandDescriptor)
Method breakCommandDescriptorAssociation. |
void |
CommandSetDescriptor.createCommandDescriptorAssociation(CommandDescriptor commandDescriptor)
Method createCommandDescriptorAssociation. |
void |
CommandSetDescriptor.removeCommand(CommandDescriptor commandDescriptor)
Method removeCommand. |
| Method parameters in org.sonatype.gshell.command.descriptor with type arguments of type CommandDescriptor | |
|---|---|
void |
CommandSetDescriptor.setCommands(List<CommandDescriptor> commands)
Set the commands field. |
| Constructors in org.sonatype.gshell.command.descriptor with parameters of type CommandDescriptor | |
|---|---|
DiscoveredCommandDescriptorEvent(CommandDescriptor descriptor)
|
|
| Uses of CommandDescriptor in org.sonatype.gshell.command.registry |
|---|
| Methods in org.sonatype.gshell.command.registry with parameters of type CommandDescriptor | |
|---|---|
protected void |
CommandRegistrarSupport.registerCommand(CommandDescriptor config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||