Java org.eclipse.jdt.apt.core.util AptConfig fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.apt.core.util AptConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.apt.core.util AptConfig.

The text is from its open source code.

Method

IFactoryPathgetDefaultFactoryPath(IJavaProject jproj)
Get a factory path corresponding to the default values: if jproj is non-null, return the current workspace factory path (workspace prefs are the default for a project); if jproj is null, return the default list of plugin factories (which is the "factory default").
IFactoryPathgetFactoryPath(IJavaProject jproj)
Get the factory path for a given project or for the workspace.
MapgetProcessorOptions(IJavaProject jproj)
booleanisEnabled(IJavaProject jproject)
Is annotation processing turned on for this project?
voidsetEnabled(IJavaProject jproject, boolean enabled)
Turn annotation processing on or off for this project.
voidsetFactoryPath(IJavaProject jproj, IFactoryPath path)
Set the factory path for a given project or for the workspace.
voidsetGenSrcDir(IJavaProject jproject, String dirString)
voidsetProcessDuringReconcile(IJavaProject jproject, boolean enabled)
Turn processing during reconcile on or off.
voidsetProcessorOptions(Map options, IJavaProject jproj)
Set all the processor options in one call.
booleanshouldProcessDuringReconcile(IJavaProject jproject)
Is annotation processing turned on during reconcile, or only during build?