Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
Method 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 CheckstyleException
Loads 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 |