Package | Description |
---|---|
org.apache.felix.gogo.commands.basic | |
org.apache.karaf.shell.console | |
org.apache.karaf.shell.console.commands | |
org.apache.karaf.shell.console.help |
Modifier and Type | Method and Description |
---|---|
Action |
SimpleCommand.createNewAction() |
abstract Action |
AbstractCommand.createNewAction() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Action> |
SimpleCommand.getActionClass() |
Class<? extends Action> |
AbstractCommand.getActionClass() |
Modifier and Type | Method and Description |
---|---|
protected Object |
DefaultActionPreparator.convert(Action action,
org.apache.felix.service.command.CommandSession session,
Object value,
Type toType) |
boolean |
ActionPreparator.prepare(Action action,
org.apache.felix.service.command.CommandSession session,
List<Object> arguments) |
boolean |
DefaultActionPreparator.prepare(Action action,
org.apache.felix.service.command.CommandSession session,
List<Object> params) |
protected void |
DefaultActionPreparator.printUsage(org.apache.felix.service.command.CommandSession session,
Action action,
Map<Option,Field> optionsMap,
Map<Argument,Field> argsMap,
PrintStream out) |
void |
AbstractCommand.releaseAction(Action action)
Release the used Action.
|
Modifier and Type | Method and Description |
---|---|
static org.osgi.framework.ServiceRegistration |
SimpleCommand.export(org.osgi.framework.BundleContext context,
Class<? extends Action> actionClass) |
void |
SimpleCommand.setActionClass(Class<? extends Action> actionClass) |
Constructor and Description |
---|
SimpleCommand(Class<? extends Action> actionClass) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction |
class |
OsgiCommandSupport |
Modifier and Type | Method and Description |
---|---|
Action |
BlueprintCommand.createNewAction() |
Modifier and Type | Method and Description |
---|---|
protected Object |
BlueprintCommand.BlueprintActionPreparator.convert(Action action,
org.apache.felix.service.command.CommandSession commandSession,
Object o,
Type type) |
Modifier and Type | Class and Description |
---|---|
class |
HelpAction
Displays help on the available commands
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.