org.apache.karaf.shell.console.jline
Class ConsoleFactory
java.lang.Object
org.apache.karaf.shell.console.jline.ConsoleFactory
public class ConsoleFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleFactory
public ConsoleFactory()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
registerCommandProcessor
public void registerCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor)
throws Exception
- Throws:
Exception
unregisterCommandProcessor
public void unregisterCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor)
throws Exception
- Throws:
Exception
setTerminalFactory
public void setTerminalFactory(TerminalFactory terminalFactory)
setStart
public void setStart(boolean start)
start
protected void start()
throws Exception
- Throws:
Exception
doStart
protected void doStart(java.lang.String user)
throws Exception
- Throws:
Exception
stop
protected void stop()
throws Exception
- Throws:
Exception
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.