|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.puppycrawl.tools.checkstyle.api.LocalizedMessages
public final class LocalizedMessages
Collection of messages.
| Constructor Summary | |
|---|---|
LocalizedMessages()
|
|
| Method Summary | |
|---|---|
void |
add(LocalizedMessage aMsg)
Logs a message to be reported. |
java.util.TreeSet<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 |
| Constructor Detail |
|---|
public LocalizedMessages()
| Method Detail |
|---|
public java.util.TreeSet<LocalizedMessage> getMessages()
public void reset()
public void add(LocalizedMessage aMsg)
aMsg - the message to logpublic int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||