public abstract class ActionAbstract extends Object implements Action
| Modifier and Type | Field and Description |
|---|---|
protected ActionContext |
context |
boolean |
verbose |
| Constructor and Description |
|---|
ActionAbstract() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ActionContext context) |
String |
getBrokerHome() |
String |
getBrokerInstance() |
boolean |
isVerbose() |
void |
setHomeValues(File brokerHome,
File brokerInstance) |
public boolean verbose
protected ActionContext context
public void setHomeValues(File brokerHome, File brokerInstance)
setHomeValues in interface Actionpublic String getBrokerInstance()
getBrokerInstance in interface Actionpublic String getBrokerHome()
getBrokerHome in interface ActionCopyright © 2024 The Apache Software Foundation. All rights reserved.