Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.shell.CommandDescriptor

Packages that use CommandDescriptor
org.nuxeo.ecm.shell   
org.nuxeo.ecm.shell.commands.repository   
org.nuxeo.ecm.shell.commands.scripting   
 

Uses of CommandDescriptor in org.nuxeo.ecm.shell
 

Classes in org.nuxeo.ecm.shell that implement CommandDescriptor
 class DefaultCommandDescriptor
          A command descriptor.
 

Methods in org.nuxeo.ecm.shell that return CommandDescriptor
 CommandDescriptor CommandLineService.getCommand(java.lang.String name)
           
 CommandDescriptor[] CommandLineService.getCommands()
           
 CommandDescriptor[] CommandLineService.getMatchingCommands(java.lang.String prefix)
           
 CommandDescriptor[] CommandLineService.getSortedCommands()
           
 

Methods in org.nuxeo.ecm.shell with parameters of type CommandDescriptor
 void CommandLineService.addCommand(CommandDescriptor cmd)
           
 int DefaultCommandDescriptor.compareTo(CommandDescriptor o)
           
 void CommandLineService.runCommand(CommandDescriptor cd, CommandLine cmdLine)
           
 

Uses of CommandDescriptor in org.nuxeo.ecm.shell.commands.repository
 

Constructors in org.nuxeo.ecm.shell.commands.repository with parameters of type CommandDescriptor
ScriptingCommand(CommandDescriptor descriptor, java.io.File file)
           
 

Uses of CommandDescriptor in org.nuxeo.ecm.shell.commands.scripting
 

Classes in org.nuxeo.ecm.shell.commands.scripting that implement CommandDescriptor
 class ScriptingCommandDescriptor
           
 

Methods in org.nuxeo.ecm.shell.commands.scripting with parameters of type CommandDescriptor
 int ScriptingCommandDescriptor.compareTo(CommandDescriptor o)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.