Uses of Class
org.ow2.petals.cli.shell.command.Command

Packages that use Command
org.ow2.petals.cli.shell   
org.ow2.petals.cli.shell.command   
 

Uses of Command in org.ow2.petals.cli.shell
 

Methods in org.ow2.petals.cli.shell that return types with arguments of type Command
 java.util.Map<java.lang.String,Command> Shell.getCommands()
          Get the available commands
 

Methods in org.ow2.petals.cli.shell with parameters of type Command
protected  void Shell.register(Command command)
          Register a command
 

Constructors in org.ow2.petals.cli.shell with parameters of type Command
Shell(Command[] commands)
          Creates a new shell from a set of commands
 

Uses of Command in org.ow2.petals.cli.shell.command
 

Subclasses of Command in org.ow2.petals.cli.shell.command
 class Deploy
          This command deploys a JBI artifact on petals ESB
 class Exit
          This command exits the current shell with an exit code
 class Help
          This command print help about other commands in the shell
 class ListArtefacts
          This command list JBI artifacts deployed on petals ESB
 class ListRegistry
          This command stop a petals ESB container
 class Load
          This command load properties from a file to the current shell
 class Print
          This command prints a message and interpolates properties value
 class Pwd
          This command prints the current working directory
 class Set
          This command sets the value of a property
 class Show
          This command shows information about remote JBI artifacts
 class Shutdown
          This command stop a petals ESB container
 class Stop
          This command stop a petals ESB container
 class Undeploy
          This command undeploy an artifact from a petals esb
 class Version
          This command print version info of a remote petals ESB instance
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.