Package | Description |
---|---|
org.apache.karaf.shell.console | |
org.apache.karaf.shell.security.impl |
Modifier and Type | Method and Description |
---|---|
protected void |
Main.addCommand(Command cmd,
org.apache.felix.service.command.Function function,
CommandProcessorImpl commandProcessor) |
protected Console |
Main.createConsole(CommandProcessorImpl commandProcessor,
org.apache.felix.service.threadio.ThreadIO threadIO,
InputStream in,
PrintStream out,
PrintStream err,
jline.Terminal terminal)
Allow sub classes of main to change the Console implementation used.
|
Modifier and Type | Class and Description |
---|---|
class |
SecuredCommandProcessorImpl
Note: this CommandProcessor can only be used to create a single session, as closing the
session will also close the command processor.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.