|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.apache.felix.gogo.commands.basic | |
| org.apache.karaf.shell.console | |
| org.apache.karaf.shell.console.commands | |
| org.apache.karaf.shell.console.help | |
| Uses of Action in org.apache.felix.gogo.commands.basic |
|---|
| Methods in org.apache.felix.gogo.commands.basic that return Action | |
|---|---|
Action |
SimpleCommand.createNewAction()
|
abstract Action |
AbstractCommand.createNewAction()
|
| Methods in org.apache.felix.gogo.commands.basic that return types with arguments of type Action | |
|---|---|
Class<? extends Action> |
SimpleCommand.getActionClass()
|
Class<? extends Action> |
AbstractCommand.getActionClass()
|
| Methods in org.apache.felix.gogo.commands.basic with parameters of type Action | |
|---|---|
protected Object |
DefaultActionPreparator.convert(Action action,
org.apache.felix.service.command.CommandSession session,
Object value,
Type toType)
|
boolean |
DefaultActionPreparator.prepare(Action action,
org.apache.felix.service.command.CommandSession session,
List<Object> params)
|
boolean |
ActionPreparator.prepare(Action action,
org.apache.felix.service.command.CommandSession session,
List<Object> arguments)
|
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. |
| Method parameters in org.apache.felix.gogo.commands.basic with type arguments of type Action | |
|---|---|
static org.osgi.framework.ServiceRegistration |
SimpleCommand.export(org.osgi.framework.BundleContext context,
Class<? extends Action> actionClass)
|
void |
SimpleCommand.setActionClass(Class<? extends Action> actionClass)
|
| Constructor parameters in org.apache.felix.gogo.commands.basic with type arguments of type Action | |
|---|---|
SimpleCommand(Class<? extends Action> actionClass)
|
|
| Uses of Action in org.apache.karaf.shell.console |
|---|
| Classes in org.apache.karaf.shell.console that implement Action | |
|---|---|
class |
AbstractAction
|
class |
OsgiCommandSupport
|
| Uses of Action in org.apache.karaf.shell.console.commands |
|---|
| Methods in org.apache.karaf.shell.console.commands that return Action | |
|---|---|
Action |
BlueprintCommand.createNewAction()
|
| Methods in org.apache.karaf.shell.console.commands with parameters of type Action | |
|---|---|
protected Object |
BlueprintCommand.BlueprintActionPreparator.convert(Action action,
org.apache.felix.service.command.CommandSession commandSession,
Object o,
Type type)
|
| Uses of Action in org.apache.karaf.shell.console.help |
|---|
| Classes in org.apache.karaf.shell.console.help that implement Action | |
|---|---|
class |
HelpAction
Displays help on the available commands |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||