Uses of Interface
org.eclipse.jdt.apt.core.util.IFactoryPath
Packages that use IFactoryPath
Package
Description
This package contains miscellaneous APIs related to Java annotation processing.
-
Uses of IFactoryPath in org.eclipse.jdt.apt.core.util
Methods in org.eclipse.jdt.apt.core.util that return IFactoryPathModifier and TypeMethodDescriptionstatic IFactoryPathAptConfig.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 IFactoryPathAptConfig.getFactoryPath(IJavaProject jproj) Get the factory path for a given project or for the workspace.Methods in org.eclipse.jdt.apt.core.util with parameters of type IFactoryPathModifier and TypeMethodDescriptionstatic voidAptConfig.setFactoryPath(IJavaProject jproj, IFactoryPath path) Set the factory path for a given project or for the workspace.