|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.api
Class LocalizedMessages

java.lang.Objectcom.puppycrawl.tools.checkstyle.api.LocalizedMessages
- public final class LocalizedMessages
- extends java.lang.Object
Collection of messages.
- Version:
- 1.0
| Field Summary | |
private java.util.TreeSet |
mMessages
contains the messages logged |
| Constructor Summary | |
LocalizedMessages()
|
|
| Method Summary | |
void |
add(LocalizedMessage aMsg)
Logs a message to be reported. |
LocalizedMessage[] |
getMessages()
|
void |
reset()
Reset the object. |
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mMessages
private final java.util.TreeSet mMessages
- contains the messages logged
| Constructor Detail |
LocalizedMessages
public LocalizedMessages()
| Method Detail |
getMessages
public LocalizedMessage[] getMessages()
reset
public void reset()
- Reset the object.
add
public void add(LocalizedMessage aMsg)
- Logs a message to be reported.
size
public int size()
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.puppycrawl.tools.checkstyle.api.LocalizedMessages