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

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

Introduction

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

The text is from its open source code.

Constructor

AjCompiler(String compilerId, ICompilerConfiguration compilerConfig, IBuildProgressMonitor buildProgressMonitor, IBuildMessageHandler buildMessageHandler)
Creates a new AjCompiler for the given id, ICompilerConfiguration, IBuildProgressMonitor and IBuildMessageHandler.

Method

booleanaddDependencies(File file, String[] typeNameDependencies)
voidbuild()
Perform an incremental build if possible, otherwise it will default to a full build.
voidbuildFresh()
Perform a full build.
voidclearLastState()
Clear the incremental state associated with this AjCompiler from the IncrementalStateManager.
IBuildProgressMonitorgetBuildProgressMonitor()
ICompilerConfigurationgetCompilerConfiguration()
StringgetId()
AsmManagergetModel()