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

java.lang.Object
  extended by org.apache.felix.gogo.runtime.CommandSessionImpl
      extended by org.apache.karaf.shell.console.jline.Activator.WrappedCommandSession
All Implemented Interfaces:
org.apache.felix.service.command.CommandSession, org.apache.felix.service.command.Converter
Enclosing class:
Activator

protected static class Activator.WrappedCommandSession
extends org.apache.felix.gogo.runtime.CommandSessionImpl


Field Summary
 
Fields inherited from class org.apache.felix.gogo.runtime.CommandSessionImpl
COMMANDS, in, out, SESSION_CLOSED, variables, VARIABLES
 
Fields inherited from interface org.apache.felix.service.command.Converter
CONVERTER_CLASSES, INSPECT, LINE, PART
 
Constructor Summary
Activator.WrappedCommandSession(org.apache.felix.gogo.runtime.CommandProcessorImpl shell, InputStream in, PrintStream out, PrintStream err)
           
 
Method Summary
 Object get(String name)
           
 
Methods inherited from class org.apache.felix.gogo.runtime.CommandSessionImpl
close, convert, execute, format, format, getConsole, getKeyboard, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator.WrappedCommandSession

public Activator.WrappedCommandSession(org.apache.felix.gogo.runtime.CommandProcessorImpl shell,
                                       InputStream in,
                                       PrintStream out,
                                       PrintStream err)
Method Detail

get

public Object get(String name)
Specified by:
get in interface org.apache.felix.service.command.CommandSession
Overrides:
get in class org.apache.felix.gogo.runtime.CommandSessionImpl


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