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.LocalizedMessages
public final class LocalizedMessages
extends Object
Method 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 |