|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessageStore
Method Summary | |
---|---|
FileMessage |
getError(int index)
|
int |
getErrorCount()
|
List<FileMessage> |
getErrors()
Fetch a shallow-cloned copy of the underlying error messages. |
FileMessage |
getWarning(int index)
|
int |
getWarningCount()
|
List<FileMessage> |
getWarnings()
Fetch a shallow-cloned copy of the underlying warnings messages. |
void |
merge(IMessageStore other)
Destructively insert the contents of the second message collection into this one. |
void |
removeError(int index)
|
void |
removeWarning(int index)
|
Method Detail |
---|
int getErrorCount()
FileMessage getError(int index)
void removeError(int index)
List<FileMessage> getErrors()
int getWarningCount()
FileMessage getWarning(int index)
void removeWarning(int index)
List<FileMessage> getWarnings()
void merge(IMessageStore other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |