public class ConsoleFactory extends Object
Constructor and Description |
---|
ConsoleFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart(String user) |
static String |
getEncoding()
Get the default encoding.
|
static Object |
invokePrivateMethod(Object o,
String methodName,
Object[] params) |
void |
registerCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor) |
void |
setStart(boolean start) |
void |
setTerminalFactory(TerminalFactory terminalFactory) |
void |
setThreadIO(org.apache.felix.service.threadio.ThreadIO threadIO) |
void |
start() |
void |
stop() |
void |
unregisterCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor) |
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public void setCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor)
public void setThreadIO(org.apache.felix.service.threadio.ThreadIO threadIO)
public void registerCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor) throws Exception
Exception
public void unregisterCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor) throws Exception
Exception
public void setTerminalFactory(TerminalFactory terminalFactory)
public void setStart(boolean start)
public static Object invokePrivateMethod(Object o, String methodName, Object[] params) throws Exception
Exception
public static String getEncoding()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.