Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
ApiDifference.getMessage()
Return the message object (if any) associated with this difference.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDiffReporter.log(Message msg,
Severity severity,
java.lang.String clazz,
Method method,
Field field,
java.lang.String[] args) |
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.