org.apache.karaf.shell.console.jline
Class Activator.WrappedCommandProcessor

java.lang.Object
  extended by org.apache.felix.gogo.runtime.CommandProcessorImpl
      extended by org.apache.karaf.shell.console.jline.Activator.WrappedCommandProcessor
All Implemented Interfaces:
org.apache.felix.service.command.CommandProcessor
Enclosing class:
Activator

protected static class Activator.WrappedCommandProcessor
extends org.apache.felix.gogo.runtime.CommandProcessorImpl


Field Summary
 
Fields inherited from class org.apache.felix.gogo.runtime.CommandProcessorImpl
commands, constants, converters, listeners, sessions, threadIO
 
Fields inherited from interface org.apache.felix.service.command.CommandProcessor
COMMAND_FUNCTION, COMMAND_SCOPE
 
Constructor Summary
Activator.WrappedCommandProcessor(org.apache.felix.service.threadio.ThreadIO tio)
           
 
Method Summary
 org.apache.felix.service.command.CommandSession createSession(InputStream in, PrintStream out, PrintStream err)
           
 
Methods inherited from class org.apache.felix.gogo.runtime.CommandProcessorImpl
addCommand, addCommand, addCommand, addConstant, addConverter, addListener, convert, eval, getCommands, put, removeCommand, removeCommand, removeConstant, removeConverter, removeListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator.WrappedCommandProcessor

public Activator.WrappedCommandProcessor(org.apache.felix.service.threadio.ThreadIO tio)
Method Detail

createSession

public org.apache.felix.service.command.CommandSession createSession(InputStream in,
                                                                     PrintStream out,
                                                                     PrintStream err)
Specified by:
createSession in interface org.apache.felix.service.command.CommandProcessor
Overrides:
createSession in class org.apache.felix.gogo.runtime.CommandProcessorImpl


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.