protected static class CmdHelpMojo.HelpPrinter.DummyCommandSession extends Object implements org.apache.felix.service.command.CommandSession
| Modifier | Constructor and Description |
|---|---|
protected |
CmdHelpMojo.HelpPrinter.DummyCommandSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
convert(Class<?> type,
Object instance) |
Object |
execute(CharSequence commandline) |
CharSequence |
format(Object target,
int level) |
Object |
get(String name) |
PrintStream |
getConsole() |
InputStream |
getKeyboard() |
void |
put(String name,
Object value) |
protected CmdHelpMojo.HelpPrinter.DummyCommandSession()
public Object convert(Class<?> type, Object instance)
convert in interface org.apache.felix.service.command.CommandSessionpublic CharSequence format(Object target, int level)
format in interface org.apache.felix.service.command.CommandSessionpublic void put(String name, Object value)
put in interface org.apache.felix.service.command.CommandSessionpublic Object get(String name)
get in interface org.apache.felix.service.command.CommandSessionpublic PrintStream getConsole()
getConsole in interface org.apache.felix.service.command.CommandSessionpublic InputStream getKeyboard()
getKeyboard in interface org.apache.felix.service.command.CommandSessionpublic void close()
close in interface org.apache.felix.service.command.CommandSessionpublic Object execute(CharSequence commandline) throws Exception
execute in interface org.apache.felix.service.command.CommandSessionExceptionCopyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.