Package | Description |
---|---|
org.sonatype.gshell.command.descriptor |
Command descriptor model.
|
org.sonatype.gshell.command.descriptor.io.xpp3 |
Command descriptor model XML reader/writer.
|
org.sonatype.gshell.command.registry |
Command registry components.
|
Modifier and Type | Method and Description |
---|---|
CommandsDescriptor |
DiscoveredCommandsDescriptorEvent.getDescriptor() |
Constructor and Description |
---|
DiscoveredCommandsDescriptorEvent(CommandsDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
CommandsDescriptor |
CommandsXpp3Reader.read(InputStream in)
Method read.
|
CommandsDescriptor |
CommandsXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
CommandsDescriptor |
CommandsXpp3Reader.read(Reader reader) |
CommandsDescriptor |
CommandsXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
CommandsXpp3Writer.write(OutputStream stream,
CommandsDescriptor commandsDescriptor)
Method write.
|
void |
CommandsXpp3Writer.write(Writer writer,
CommandsDescriptor commandsDescriptor)
Method write.
|
Modifier and Type | Method and Description |
---|---|
protected List<CommandsDescriptor> |
CommandRegistrarSupport.discoverDescriptors() |
Copyright © 2008-2012 Sonatype. All Rights Reserved.