|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.util.build.l10nchecker.L10nIssueTemplates
Static utility class to hold the issue message types as defined by the task
| Constructor Summary | |
L10nIssueTemplates()
|
|
| Method Summary | |
static int |
getMessageType(java.lang.Class _clazz)
Retrive the message type of the class representing this issue. |
static void |
reset()
Clear all definitions |
static void |
setMessageType(java.lang.Class _clazz,
int messageType)
Set the severity of an issue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public L10nIssueTemplates()
| Method Detail |
public static void setMessageType(java.lang.Class _clazz,
int messageType)
_clazz - The class to set the severity for.messageType - The new severitypublic static int getMessageType(java.lang.Class _clazz)
_clazz - The class representing the issue (usually one
of org.tigris.scarab.util.build.l10nchecker.issues.*Issue
L10nIssue for details.
In case the class is not represented in issueMessageTypes, the
function returns null.public static void reset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||