public interface ObligationPolicyDatabaseEntry
Modifier and Type | Method and Description |
---|---|
boolean |
getActions(org.apache.bcel.generic.ReferenceType receiverType,
java.lang.String methodName,
java.lang.String signature,
boolean isStatic,
java.util.Collection<ObligationPolicyDatabaseAction> actionList)
Get the ObligationPolicyDatabaseActions that should be applied
when the method described by the parameters is called.
|
ObligationPolicyDatabaseEntryType |
getEntryType()
Get the type of entry (STRONG or WEAK).
|
ObligationPolicyDatabaseEntryType getEntryType()
boolean getActions(org.apache.bcel.generic.ReferenceType receiverType, java.lang.String methodName, java.lang.String signature, boolean isStatic, java.util.Collection<ObligationPolicyDatabaseAction> actionList)
receiverType
- receiver type of called methodmethodName
- name of called methodsignature
- signature of called methodisStatic
- true if called method is static, false otherwiseactionList
- List of ObligationPolicyDatabaseActions to be applied
when a called method is matched by this entryFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.