|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
net.sf.clirr.core | Clirr throws events when it finds api changes. |
net.sf.clirr.core.internal | The framework that is used by the individual checks in the checks package. |
Uses of Message in net.sf.clirr.core |
---|
Methods in net.sf.clirr.core that return Message | |
---|---|
Message |
ApiDifference.getMessage()
Return the message object (if any) associated with this difference. |
Methods in net.sf.clirr.core with parameters of type Message | |
---|---|
void |
MessageManager.addMessage(Message msg)
Add a message to the list of known messages. |
java.lang.String |
MessageTranslator.getDesc(Message msg)
Given a Message object (containing a unique message id), look up that id in the appropriate resource bundle (properties file) for the set locale and return the text string associated with that message id. |
Constructors in net.sf.clirr.core with parameters of type Message | |
---|---|
ApiDifference(Message message,
Severity binarySeverity,
Severity sourceSeverity,
java.lang.String clazz,
java.lang.String method,
java.lang.String field,
java.lang.String[] args)
Create a new API difference representation. |
|
ApiDifference(Message message,
Severity severity,
java.lang.String clazz,
java.lang.String method,
java.lang.String field,
java.lang.String[] args)
Invokes the two-severity-level version of this constructor. |
Uses of Message in net.sf.clirr.core.internal |
---|
Methods in net.sf.clirr.core.internal with parameters of type Message | |
---|---|
protected void |
AbstractDiffReporter.log(Message msg,
Severity severity,
java.lang.String clazz,
Method method,
Field field,
java.lang.String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |