org.aspectj.weaver.tools

Class WeavingAdaptor.WeavingAdaptorMessageWriter

Enclosing Class:
WeavingAdaptor

protected class WeavingAdaptor.WeavingAdaptorMessageWriter
extends MessageWriter

Constructor Summary

WeavingAdaptorMessageWriter(PrintWriter writer)

Method Summary

void
dontIgnore(IMessage.Kind kind)
Remove a message kind from the list of those ignored from now on.
boolean
handleMessage(IMessage message)
void
ignore(IMessage.Kind kind)
Set a message kind to be ignored from now on
boolean
isIgnoring(Kind kind)
protected String
render(IMessage message)

Constructor Details

WeavingAdaptorMessageWriter

public WeavingAdaptorMessageWriter(PrintWriter writer)

Method Details

dontIgnore

public void dontIgnore(IMessage.Kind kind)
Remove a message kind from the list of those ignored from now on.

handleMessage

public boolean handleMessage(IMessage message)
            throws AbortException

ignore

public void ignore(IMessage.Kind kind)
Set a message kind to be ignored from now on

isIgnoring

public boolean isIgnoring(Kind kind)

render

protected String render(IMessage message)