|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsystem.utils.ResultCollector
Simple class that collects result messages. It's implemented as Singleon
patern, so instance of ResultCollector you get from static variable
ResultCollector.collector
Field Summary | |
static ResultCollector |
collector
Instance of ResultCollector |
Method Summary | |
void |
addResult(String result)
Add result message. |
void |
clearResult()
Clears result buffer. |
String |
getResult()
Returns collected results. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static ResultCollector collector
Method Detail |
public void addResult(String result)
result
- messagepublic String getResult()
public void clearResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |