Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.shell.commands
Class InteractiveCommand

java.lang.Object
  extended by org.nuxeo.ecm.shell.commands.repository.AbstractCommand
      extended by org.nuxeo.ecm.shell.commands.InteractiveCommand
All Implemented Interfaces:
Command

public class InteractiveCommand
extends AbstractCommand

Author:
Bogdan Stefanescu, M.-A. Darche

Constructor Summary
InteractiveCommand()
           
 
Method Summary
static jline.ConsoleReader getConsole()
           
 CommandLineService getService()
           
 void printHelp(java.io.PrintStream out)
           
 void run(CommandLine cmdLine)
           
static java.lang.String[] splitArgs(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractiveCommand

public InteractiveCommand()
Method Detail

getConsole

public static jline.ConsoleReader getConsole()

getService

public CommandLineService getService()

run

public void run(CommandLine cmdLine)
         throws java.lang.Exception
Specified by:
run in interface Command
Specified by:
run in class AbstractCommand
Throws:
java.lang.Exception

splitArgs

public static java.lang.String[] splitArgs(java.lang.String input)

printHelp

public void printHelp(java.io.PrintStream out)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.