| Package | Description |
|---|---|
| org.sonatype.gshell.command.descriptor |
Command descriptor model.
|
| org.sonatype.gshell.command.registry |
Command registry components.
|
| Modifier and Type | Method and Description |
|---|---|
CommandDescriptor |
DiscoveredCommandDescriptorEvent.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandDescriptor> |
CommandSetDescriptor.getCommands()
Method getCommands.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandSetDescriptor.setCommands(List<CommandDescriptor> commands)
Set the commands field.
|
| Constructor and Description |
|---|
DiscoveredCommandDescriptorEvent(CommandDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandRegistrarSupport.registerCommand(CommandDescriptor config) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.