Uses of Interface
org.apache.felix.gogo.commands.Action
-
-
Uses of Action in org.apache.felix.gogo.commands
Methods in org.apache.felix.gogo.commands that return Action Modifier and Type Method Description ActionCommandWithAction. createNewAction()Deprecated.Methods in org.apache.felix.gogo.commands that return types with arguments of type Action Modifier and Type Method Description Class<? extends Action>CommandWithAction. getActionClass()Deprecated.Methods in org.apache.felix.gogo.commands with parameters of type Action Modifier and Type Method Description voidCommandWithAction. releaseAction(Action action)Deprecated. -
Uses of Action in org.apache.felix.gogo.commands.basic
Methods in org.apache.felix.gogo.commands.basic that return Action Modifier and Type Method Description abstract ActionAbstractCommand. createNewAction()Deprecated.Methods in org.apache.felix.gogo.commands.basic that return types with arguments of type Action Modifier and Type Method Description Class<? extends Action>AbstractCommand. getActionClass()Deprecated.Methods in org.apache.felix.gogo.commands.basic with parameters of type Action Modifier and Type Method Description protected ObjectDefaultActionPreparator. convert(Action action, org.apache.felix.service.command.CommandSession session, Object value, Type toType)Deprecated.booleanActionPreparator. prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> arguments)Deprecated.booleanDefaultActionPreparator. prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> params)Deprecated.protected voidDefaultActionPreparator. printUsage(org.apache.felix.service.command.CommandSession session, Action action, Map<Option,Field> optionsMap, Map<Argument,Field> argsMap, PrintStream out)Deprecated.voidAbstractCommand. releaseAction(Action action)Deprecated.Release the used Action. -
Uses of Action in org.apache.karaf.shell.commands
Subinterfaces of Action in org.apache.karaf.shell.commands Modifier and Type Interface Description interfaceActionDeprecated.Methods in org.apache.karaf.shell.commands that return Action Modifier and Type Method Description ActionCommandWithAction. createNewAction()Deprecated.Methods in org.apache.karaf.shell.commands that return types with arguments of type Action Modifier and Type Method Description Class<? extends Action>CommandWithAction. getActionClass()Deprecated.Methods in org.apache.karaf.shell.commands with parameters of type Action Modifier and Type Method Description voidCommandWithAction. releaseAction(Action action)Deprecated. -
Uses of Action in org.apache.karaf.shell.commands.basic
Methods in org.apache.karaf.shell.commands.basic that return Action Modifier and Type Method Description abstract ActionAbstractCommand. createNewAction()Deprecated.Methods in org.apache.karaf.shell.commands.basic that return types with arguments of type Action Modifier and Type Method Description Class<? extends Action>AbstractCommand. getActionClass()Deprecated.Methods in org.apache.karaf.shell.commands.basic with parameters of type Action Modifier and Type Method Description protected ObjectDefaultActionPreparator. convert(Action action, org.apache.felix.service.command.CommandSession session, Object value, Type toType)Deprecated.booleanActionPreparator. prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> arguments)Deprecated.Check if the arguments are valid for the action and inject the arguments into the fields of the action.booleanDefaultActionPreparator. prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> params)Deprecated.voidAbstractCommand. releaseAction(Action action)Deprecated.Release the used Action. -
Uses of Action in org.apache.karaf.shell.commands.meta
Methods in org.apache.karaf.shell.commands.meta that return types with arguments of type Action Modifier and Type Method Description Class<? extends Action>ActionMetaData. getActionClass()Methods in org.apache.karaf.shell.commands.meta with parameters of type Action Modifier and Type Method Description ObjectActionMetaData. getDefaultValue(Action action, Argument argument)ObjectActionMetaData. getDefaultValue(Action action, Option option)voidActionMetaData. printUsage(Action action, PrintStream out, boolean globalScope, int termWidth)Method parameters in org.apache.karaf.shell.commands.meta with type arguments of type Action Modifier and Type Method Description ActionMetaDataActionMetaDataFactory. create(Class<? extends Action> actionClass)CommandActionMetaDataFactory. getAndConvertDeprecatedCommand(Class<? extends Action> actionClass)CommandActionMetaDataFactory. getCommand(Class<? extends Action> actionClass)Constructor parameters in org.apache.karaf.shell.commands.meta with type arguments of type Action Constructor Description ActionMetaData(Class<? extends Action> actionClass, Command command, Map<Option,Field> options, Map<Argument,Field> args, List<Argument> orderedArguments, Completer[] completers) -
Uses of Action in org.apache.karaf.shell.console
Classes in org.apache.karaf.shell.console that implement Action Modifier and Type Class Description classAbstractActionDeprecated.classExitActionDeprecated.classOsgiCommandSupportDeprecated.classSubShellActionDeprecated. -
Uses of Action in org.apache.karaf.shell.console.commands
Methods in org.apache.karaf.shell.console.commands that return Action Modifier and Type Method Description ActionBlueprintCommand. createNewAction()Deprecated.Methods in org.apache.karaf.shell.console.commands with parameters of type Action Modifier and Type Method Description protected ObjectBlueprintCommand.BlueprintActionPreparator. convert(Action action, org.apache.felix.service.command.CommandSession commandSession, Object o, Type type)
-