|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.togethersoft.sca.core.plugin.report.MessageList
| Method Summary | |
IReportMessage[] |
asArray()
Present message list as array. |
void |
dumpToFile(java.lang.String fileName,
JobControl jobControl)
Dumps messages to specified file |
void |
dumpToStream(java.io.PrintStream out,
JobControl jobControl)
|
int |
elementsUsed()
Get the number of elements in the list |
IReportMessage |
getCurrentMessage()
Gets the current message, or null if there is no current message |
IReportMessage |
getFirstMessage()
Gets the first message. |
IReportMessage |
getNextMessage()
Gets the next message. |
void |
receive(IMessage m)
Append the message to the end of list |
void |
receive(IReportMessage message)
Append the message to the end of list |
void |
setCurrentProjectName(java.lang.String projectName)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public IReportMessage[] asArray()
are not used
public void dumpToFile(java.lang.String fileName,
JobControl jobControl)
public void dumpToStream(java.io.PrintStream out,
JobControl jobControl)
public int elementsUsed()
public IReportMessage getCurrentMessage()
null if there is no current messagepublic IReportMessage getFirstMessage()
null if message list is emptypublic IReportMessage getNextMessage()
null if we are after the end of listpublic void receive(IMessage m)
receive in interface ILogListenercom.togethersoft.sca.core.ILogListenermessage - the received message.public void receive(IReportMessage message)
public void setCurrentProjectName(java.lang.String projectName)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||