@Deprecated public class BlueprintCommand extends AbstractCommand implements CompletableFunction
| Modifier and Type | Class and Description |
|---|---|
protected class |
BlueprintCommand.BlueprintActionPreparator
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionId
Deprecated.
|
protected org.osgi.service.blueprint.container.BlueprintContainer |
blueprintContainer
Deprecated.
|
protected org.osgi.service.blueprint.container.Converter |
blueprintConverter
Deprecated.
|
protected List<Completer> |
completers
Deprecated.
|
protected Map<String,Completer> |
optionalCompleters
Deprecated.
|
protected String |
shell
Deprecated.
|
| Constructor and Description |
|---|
BlueprintCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
createNewAction()
Deprecated.
|
List<Completer> |
getCompleters()
Deprecated.
|
Map<String,Completer> |
getOptionalCompleters()
Deprecated.
|
protected ActionPreparator |
getPreparator()
Deprecated.
|
void |
setActionId(String actionId)
Deprecated.
|
void |
setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
Deprecated.
|
void |
setBlueprintConverter(org.osgi.service.blueprint.container.Converter blueprintConverter)
Deprecated.
|
void |
setCompleters(List<Completer> completers)
Deprecated.
|
void |
setOptionalCompleters(Map<String,Completer> optionalCompleters)
Deprecated.
|
void |
setShell(String shell)
Deprecated.
|
execute, getActionClass, releaseActionprotected org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer
protected org.osgi.service.blueprint.container.Converter blueprintConverter
protected String actionId
protected String shell
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
public void setBlueprintConverter(org.osgi.service.blueprint.container.Converter blueprintConverter)
public void setActionId(String actionId)
public void setShell(String shell)
public List<Completer> getCompleters()
getCompleters in interface CompletableFunctionpublic Map<String,Completer> getOptionalCompleters()
getOptionalCompleters in interface CompletableFunctionpublic void setOptionalCompleters(Map<String,Completer> optionalCompleters)
protected ActionPreparator getPreparator() throws Exception
getPreparator in class AbstractCommandExceptionpublic Action createNewAction()
createNewAction in interface CommandWithActioncreateNewAction in class AbstractCommandCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.