|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.ide.common.blame.MergingLogRewriter
public class MergingLogRewriter
A proxy MessageReceiver
that uses a MergingLog
to rewrite Message
s to
point to their original files.
Constructor Summary | |
---|---|
MergingLogRewriter(MergingLog mergingLog,
MessageReceiver messageReceiver)
Creates a new MessageLogRewriter. |
Method Summary | |
---|---|
void |
receiveMessage(com.android.ide.common.blame.Message message)
Process the given message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergingLogRewriter(@NonNull MergingLog mergingLog, @NonNull MessageReceiver messageReceiver)
mergingLog
- the MergingLog to look up file positions in.messageReceiver
- the MessageReceiver to notify with the rewritten messages.Method Detail |
---|
public void receiveMessage(@NonNull com.android.ide.common.blame.Message message)
MessageReceiver
receiveMessage
in interface MessageReceiver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |