Class HelpQueue
- java.lang.Object
-
- io.airlift.airline.Help
-
- org.apache.activemq.artemis.cli.commands.queue.HelpQueue
-
-
Constructor Summary
Constructors Constructor Description HelpQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckOptions(java.lang.String[] options)java.lang.Objectexecute(ActionContext context)java.lang.StringgetBrokerHome()java.lang.StringgetBrokerInstance()booleanisVerbose()voidsetHomeValues(java.io.File brokerHome, java.io.File brokerInstance)
-
-
-
Method Detail
-
setHomeValues
public void setHomeValues(java.io.File brokerHome, java.io.File brokerInstance)- Specified by:
setHomeValuesin interfaceAction
-
getBrokerInstance
public java.lang.String getBrokerInstance()
- Specified by:
getBrokerInstancein interfaceAction
-
getBrokerHome
public java.lang.String getBrokerHome()
- Specified by:
getBrokerHomein interfaceAction
-
checkOptions
public void checkOptions(java.lang.String[] options) throws InvalidOptionsError- Specified by:
checkOptionsin interfaceAction- Throws:
InvalidOptionsError
-
execute
public java.lang.Object execute(ActionContext context) throws java.lang.Exception
-
-