Package | Description |
---|---|
org.eclipse.jdt.apt.core.util |
This package contains miscellaneous APIs related to Java annotation processing.
|
Modifier and Type | Method and Description |
---|---|
static IFactoryPath |
AptConfig.getDefaultFactoryPath(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").
|
static IFactoryPath |
AptConfig.getFactoryPath(IJavaProject jproj)
Get the factory path for a given project or for the workspace.
|
Modifier and Type | Method and Description |
---|---|
static void |
AptConfig.setFactoryPath(IJavaProject jproj,
IFactoryPath path)
Set the factory path for a given project or for the workspace.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.