org.apache.karaf.tooling.cmdhelp
Class CmdHelpMojo.HelpPrinter.DummyCommandSession
java.lang.Object
org.apache.karaf.tooling.cmdhelp.CmdHelpMojo.HelpPrinter.DummyCommandSession
- All Implemented Interfaces:
- org.osgi.service.command.CommandSession
- Enclosing class:
- CmdHelpMojo.HelpPrinter
protected static class CmdHelpMojo.HelpPrinter.DummyCommandSession
- extends Object
- implements org.osgi.service.command.CommandSession
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmdHelpMojo.HelpPrinter.DummyCommandSession
protected CmdHelpMojo.HelpPrinter.DummyCommandSession()
convert
public Object convert(Class<?> type,
Object instance)
- Specified by:
convert in interface org.osgi.service.command.CommandSession
format
public CharSequence format(Object target,
int level)
- Specified by:
format in interface org.osgi.service.command.CommandSession
put
public void put(String name,
Object value)
- Specified by:
put in interface org.osgi.service.command.CommandSession
get
public Object get(String name)
- Specified by:
get in interface org.osgi.service.command.CommandSession
getConsole
public java.io.PrintStream getConsole()
- Specified by:
getConsole in interface org.osgi.service.command.CommandSession
getKeyboard
public java.io.InputStream getKeyboard()
- Specified by:
getKeyboard in interface org.osgi.service.command.CommandSession
close
public void close()
- Specified by:
close in interface org.osgi.service.command.CommandSession
execute
public Object execute(CharSequence commandline)
throws Exception
- Specified by:
execute in interface org.osgi.service.command.CommandSession
- Throws:
Exception
Copyright © 2007-2011 FuseSource, Corp.. All Rights Reserved.