Java org.aspectj.ajde.core IBuildMessageHandler fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.ajde.core IBuildMessageHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.ajde.core IBuildMessageHandler.

The text is from its open source code.

Implementation

org.aspectj.ajde.core.IBuildMessageHandler has the following implementations.
Click this link to see all its implementation.

Method

voiddontIgnore(IMessage.Kind kind)
Allow fine grained configuration after initialization.
booleanhandleMessage(IMessage message)
Handle message by reporting and/or throwing an AbortException.
voidignore(IMessage.Kind kind)
Allow fine grained configuration after initialization.
booleanisIgnoring(IMessage.Kind kind)
Signal whether this will ignore messages of a given type.