public class InstrumentRule extends Object
| Constructor and Description |
|---|
InstrumentRule() |
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–2016 Red Hat, Inc.. All rights reserved.