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

Packages that use CommandsDescriptor
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. 
 

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

Methods in org.sonatype.gshell.command.descriptor that return CommandsDescriptor
 CommandsDescriptor DiscoveredCommandsDescriptorEvent.getDescriptor()
           
 

Constructors in org.sonatype.gshell.command.descriptor with parameters of type CommandsDescriptor
DiscoveredCommandsDescriptorEvent(CommandsDescriptor descriptor)
           
 

Uses of CommandsDescriptor in org.sonatype.gshell.command.descriptor.io.xpp3
 

Methods in org.sonatype.gshell.command.descriptor.io.xpp3 that return CommandsDescriptor
 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)
           
 

Methods in org.sonatype.gshell.command.descriptor.io.xpp3 with parameters of type CommandsDescriptor
 void CommandsXpp3Writer.write(OutputStream stream, CommandsDescriptor commandsDescriptor)
          Method write.
 void CommandsXpp3Writer.write(Writer writer, CommandsDescriptor commandsDescriptor)
          Method write.
 

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

Methods in org.sonatype.gshell.command.registry that return types with arguments of type CommandsDescriptor
protected  List<CommandsDescriptor> CommandRegistrarSupport.discoverDescriptors()
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.