public class InstrumentRule extends Object
| Constructor and Description |
|---|
InstrumentRule() |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentAction> |
getActions() |
List<InstrumentBind> |
getBinds() |
String |
getClassName() |
String |
getCondition() |
String |
getFromVersion() |
String |
getHelper() |
String |
getInterfaceName() |
String |
getLocation() |
String |
getMethodName() |
List<String> |
getParameterTypes() |
String |
getRuleName() |
String |
getToVersion() |
boolean |
isVersionValid(String version)
This method determines if the rule is valid for the
supplied version.
|
void |
setActions(List<InstrumentAction> actions) |
void |
setBinds(List<InstrumentBind> binds) |
void |
setClassName(String className) |
void |
setCondition(String condition) |
void |
setFromVersion(String version) |
void |
setHelper(String helper) |
void |
setInterfaceName(String interfaceName) |
void |
setLocation(String location) |
void |
setMethodName(String methodName) |
void |
setParameterTypes(List<String> parameterTypes) |
void |
setRuleName(String ruleName) |
void |
setToVersion(String version) |
public String getRuleName()
public void setRuleName(String ruleName)
ruleName - the ruleName to setpublic String getClassName()
public void setClassName(String className)
className - the className to setpublic String getInterfaceName()
public void setInterfaceName(String interfaceName)
interfaceName - the interfaceName to setpublic String getMethodName()
public void setMethodName(String methodName)
methodName - the method to setpublic void setParameterTypes(List<String> parameterTypes)
parameterTypes - the parameterTypes to setpublic String getHelper()
public void setHelper(String helper)
helper - the helper to setpublic String getLocation()
public void setLocation(String location)
location - the location to setpublic List<InstrumentBind> getBinds()
public void setBinds(List<InstrumentBind> binds)
binds - the binds to setpublic String getCondition()
public void setCondition(String condition)
condition - the condition to setpublic List<InstrumentAction> getActions()
public void setActions(List<InstrumentAction> actions)
actions - the actions to setpublic String getFromVersion()
public void setFromVersion(String version)
version - the 'from' version to setpublic String getToVersion()
public void setToVersion(String version)
version - the 'to' version to setpublic boolean isVersionValid(String version)
version - The versionCopyright © 2015 Red Hat, Inc.. All rights reserved.