public interface Suppression
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Suppression.Type
The types of suppression. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Suppression.Type | 
NAME  | 
static Suppression.Type | 
REVIEW  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Gets the name matched by this suppression. 
 | 
int | 
getParameterCount()
Gets the number of parameters of this suppression. 
 | 
java.lang.String | 
getParameterName(int index)
Gets the name of a parameter of this suppression. 
 | 
java.lang.Object | 
getParameterValue(int index)
Gets the value of a parameter of this suppression. 
 | 
SuppressionScheme | 
getScheme()
Gets the  
SuppressionScheme to which this suppression belongs. | 
Location | 
getScope()
Gets the scope of this suppression. 
 | 
Suppression.Type | 
getType()
Gets the type of this suppression. 
 | 
static final Suppression.Type NAME
static final Suppression.Type REVIEW
Suppression.Type getType()
SuppressionScheme getScheme()
SuppressionScheme to which this suppression belongs.java.lang.String getName()
Location getScope()
int getParameterCount()
java.lang.String getParameterName(int index)
index - The index of the parameter.java.lang.Object getParameterValue(int index)
index - The index of the parameter.