Class BlueprintCommand
- java.lang.Object
-
- org.apache.karaf.shell.commands.basic.AbstractCommand
-
- org.apache.karaf.shell.console.commands.BlueprintCommand
-
- All Implemented Interfaces:
org.apache.felix.service.command.Function,CommandWithAction,CompletableFunction
@Deprecated public class BlueprintCommand extends AbstractCommand implements CompletableFunction
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classBlueprintCommand.BlueprintActionPreparatorDeprecated.
-
Field Summary
Fields Modifier and Type Field Description protected StringactionIdDeprecated.protected org.osgi.service.blueprint.container.BlueprintContainerblueprintContainerDeprecated.protected org.osgi.service.blueprint.container.ConverterblueprintConverterDeprecated.protected List<Completer>completersDeprecated.protected Map<String,Completer>optionalCompletersDeprecated.protected StringshellDeprecated.
-
Constructor Summary
Constructors Constructor Description BlueprintCommand()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ActioncreateNewAction()Deprecated.List<Completer>getCompleters()Deprecated.Map<String,Completer>getOptionalCompleters()Deprecated.protected ActionPreparatorgetPreparator()Deprecated.voidsetActionId(String actionId)Deprecated.voidsetBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)Deprecated.voidsetBlueprintConverter(org.osgi.service.blueprint.container.Converter blueprintConverter)Deprecated.voidsetCompleters(List<Completer> completers)Deprecated.voidsetOptionalCompleters(Map<String,Completer> optionalCompleters)Deprecated.voidsetShell(String shell)Deprecated.-
Methods inherited from class org.apache.karaf.shell.commands.basic.AbstractCommand
execute, getActionClass, releaseAction
-
-
-
-
Field Detail
-
blueprintContainer
protected org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer
Deprecated.
-
blueprintConverter
protected org.osgi.service.blueprint.container.Converter blueprintConverter
Deprecated.
-
actionId
protected String actionId
Deprecated.
-
shell
protected String shell
Deprecated.
-
-
Method Detail
-
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
Deprecated.
-
setBlueprintConverter
public void setBlueprintConverter(org.osgi.service.blueprint.container.Converter blueprintConverter)
Deprecated.
-
setActionId
public void setActionId(String actionId)
Deprecated.
-
setShell
public void setShell(String shell)
Deprecated.
-
getCompleters
public List<Completer> getCompleters()
Deprecated.- Specified by:
getCompletersin interfaceCompletableFunction
-
getOptionalCompleters
public Map<String,Completer> getOptionalCompleters()
Deprecated.- Specified by:
getOptionalCompletersin interfaceCompletableFunction
-
setOptionalCompleters
public void setOptionalCompleters(Map<String,Completer> optionalCompleters)
Deprecated.
-
getPreparator
protected ActionPreparator getPreparator() throws Exception
Deprecated.- Overrides:
getPreparatorin classAbstractCommand- Throws:
Exception
-
createNewAction
public Action createNewAction()
Deprecated.- Specified by:
createNewActionin interfaceCommandWithAction- Specified by:
createNewActionin classAbstractCommand
-
-