public class ActiveMQCommand extends org.apache.felix.gogo.commands.basic.AbstractCommand implements org.apache.karaf.shell.console.CompletableFunction
Modifier and Type | Field and Description |
---|---|
protected String |
actionId |
protected org.osgi.service.blueprint.container.BlueprintContainer |
blueprintContainer |
protected org.osgi.service.blueprint.container.Converter |
blueprintConverter |
protected List<org.apache.karaf.shell.console.Completer> |
completers |
Constructor and Description |
---|
ActiveMQCommand() |
Modifier and Type | Method and Description |
---|---|
org.apache.felix.gogo.commands.Action |
createNewAction() |
List<org.apache.karaf.shell.console.Completer> |
getCompleters() |
Map<String,org.apache.karaf.shell.console.Completer> |
getOptionalCompleters() |
protected org.apache.felix.gogo.commands.basic.ActionPreparator |
getPreparator() |
void |
setActionId(String actionId) |
void |
setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer) |
void |
setBlueprintConverter(org.osgi.service.blueprint.container.Converter blueprintConverter) |
void |
setCompleters(List<org.apache.karaf.shell.console.Completer> completers) |
execute, getActionClass, releaseAction
protected org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer
protected org.osgi.service.blueprint.container.Converter blueprintConverter
protected List<org.apache.karaf.shell.console.Completer> completers
public ActiveMQCommand()
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 List<org.apache.karaf.shell.console.Completer> getCompleters()
getCompleters
in interface org.apache.karaf.shell.console.CompletableFunction
public void setCompleters(List<org.apache.karaf.shell.console.Completer> completers)
protected org.apache.felix.gogo.commands.basic.ActionPreparator getPreparator() throws Exception
getPreparator
in class org.apache.felix.gogo.commands.basic.AbstractCommand
Exception
public org.apache.felix.gogo.commands.Action createNewAction()
createNewAction
in interface org.apache.felix.gogo.commands.CommandWithAction
createNewAction
in class org.apache.felix.gogo.commands.basic.AbstractCommand
public Map<String,org.apache.karaf.shell.console.Completer> getOptionalCompleters()
getOptionalCompleters
in interface org.apache.karaf.shell.console.CompletableFunction
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.