
public abstract class AbstractMethodConstraint extends Object implements MethodConstraint
| Modifier and Type | Field and Description |
|---|---|
protected String |
guardedMethod |
protected String |
guardedModuleName |
protected static Logger |
log |
| Constructor and Description |
|---|
AbstractMethodConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuardedMethod() |
String |
getGuardedModuleName() |
boolean |
isApplicable(Object target,
String method) |
void |
setGuardedMethod(String guardedMethod) |
void |
setGuardedModuleName(String guardedModule) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisVerifiedprotected String guardedModuleName
protected String guardedMethod
protected static Logger log
public String getGuardedMethod()
public String getGuardedModuleName()
public void setGuardedMethod(String guardedMethod)
public void setGuardedModuleName(String guardedModule)
public boolean isApplicable(Object target, String method)
isApplicable in interface MethodConstraintCopyright © 2015 LSST. All rights reserved.