|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.services.clientserver.messages.SystemMessageFile
org.eclipse.rse.ui.messages.SystemUIMessageFile
public class SystemUIMessageFile
A SystemUIMessageFile extends SystemMessageFile and makes it more compatible with Eclipse
Method Summary | |
---|---|
static SystemUIMessageFile |
getMessageFile(String messageFileName,
InputStream messageFileStream)
Factory method for constructing a SystemUIMessageFile. |
protected SystemMessage |
loadSystemMessage(String componentAbbr,
String subComponentAbbr,
String msgNumber,
char msgIndicator,
String msgL1,
String msgL2)
Override this to provide different extended SystemMessage implementation |
Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessageFile |
---|
error, fatalError, getFromCache, getMessage, printHTML, scanForDuplicates, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SystemUIMessageFile getMessageFile(String messageFileName, InputStream messageFileStream)
messageFileName
- The "registered" name of the message file. Used to determine
if the message file has been loaded.messageFileStream
- The stream containing the message file. It is the
caller's responsibility to close this stream.
protected SystemMessage loadSystemMessage(String componentAbbr, String subComponentAbbr, String msgNumber, char msgIndicator, String msgL1, String msgL2) throws IndicatorException
loadSystemMessage
in class SystemMessageFile
componentAbbr
- subComponentAbbr
- msgNumber
- msgIndicator
- msgL1
- msgL2
-
IndicatorException
for message type indicator constants
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |