| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.puppycrawl.tools.checkstyle.api.AutomaticBeancom.puppycrawl.tools.checkstyle.filters.SuppressionFilterMethod Summary | |
boolean |
|
boolean |
|
int |
|
void |
|
String |
|
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean | |
configure, contextualize, finishLocalSetup, getConfiguration, setupChild | |
public boolean equals(Object aObject)
public int hashCode()
public void setFile(String aFileName)
throws CheckstyleExceptionLoads the suppressions for a file.
- Parameters:
aFileName- name of the suppressions file.
- Throws:
CheckstyleException- if there is an error.
public String toString()
| Back to the Checkstyle Home Page |