|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the message typepublic interface Report<T extends Message>
Report interface
Method Summary | |
---|---|
Collection<T> |
getErrors()
Get the error messages |
Collection<T> |
getInfos()
Get the info messages |
Class<T> |
getMessageType()
Get the message type (for determining the message type at runtime). |
Date |
getStartTime()
Get the start time of the report. |
String |
getSummary()
Get a short message stating a summary of the report |
String |
getTaskName()
Get the name of the task the report relates to |
Date |
getTimestamp()
Get the report time |
Collection<T> |
getWarnings()
Get the warning messages |
boolean |
isSuccess()
States if the report represents a successful task |
Method Detail |
---|
String getTaskName()
boolean isSuccess()
String getSummary()
Date getTimestamp()
Date getStartTime()
getTimestamp()
can be seen as an end time and used
to compute a duration.
null
Collection<T> getWarnings()
Collection<T> getErrors()
Collection<T> getInfos()
Class<T> getMessageType()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |