Example usage for org.aspectj.ajde.core IBuildMessageHandler interface-usage

List of usage examples for org.aspectj.ajde.core IBuildMessageHandler interface-usage

Introduction

In this page you can find the example usage for org.aspectj.ajde.core IBuildMessageHandler interface-usage.

Usage

From source file org.eclipse.ajdt.internal.core.ajde.CoreBuildMessageHandler.java

/**
 * IBuildMessageHandler which handles messages by calling AJLog.log.
 * By default ignores INFO and WEAVEINFO messages
 */
public class CoreBuildMessageHandler implements IBuildMessageHandler {

From source file org.eclipse.ajdt.internal.ui.ajde.UIMessageHandler.java

/**
 * IBuildMessageHandler implementation which records warnings in the Problems
 * View. All Errors with stack traces and ABORT's are displayed in an error
 * dialog. By default it ignores INFO messages and checks whether the user
 * has selected to ignore WEAVEINFO messages.
 */