|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.util.build.l10nchecker.L10nMessage
Interface that contains a message (information, warning, error) that can be created during initialisation
| Constructor Summary | |
L10nMessage(int lineNo,
L10nIssue issue)
Create a message of type INFORMATION at line #lineNo with message #issue. |
|
| Method Summary | |
L10nIssue |
getIssue()
Return the issue assiciated to this message. |
L10nKey |
getL10nObject()
Set the message text. |
int |
getLineNumber()
Return the line number. |
java.lang.String |
getMessageText()
Return the message text. |
void |
setL10nObject(L10nKey object)
Return the corresponding L10nKey. |
void |
setLineNumber(int lineNumber)
Set the line number |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public L10nMessage(int lineNo,
L10nIssue issue)
lineNo - The line where the message appearedissue - The issue to be created.| Method Detail |
public int getLineNumber()
public void setLineNumber(int lineNumber)
lineNumber - The lineNumber to set.public java.lang.String getMessageText()
public L10nKey getL10nObject()
public void setL10nObject(L10nKey object)
object - The l10nKey to set.public L10nIssue getIssue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||