| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.puppycrawl.tools.checkstyle.api.LocalizedMessagespublic final class LocalizedMessagesextends ObjectMethod Summary | |
void |
|
LocalizedMessage[] | |
void |
|
int |
|
public void add(LocalizedMessage aMsg)
Logs a message to be reported.
- Parameters:
aMsg- the message to log
public void reset()
Reset the object. *
public int size()
- Returns:
- the number of messages
| Back to the Checkstyle Home Page |