Uses of Interface
org.eclipse.jdt.apt.core.util.IFactoryPath
-
Packages that use IFactoryPath Package Description org.eclipse.jdt.apt.core.util 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 IFactoryPath Modifier and Type Method 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.Methods in org.eclipse.jdt.apt.core.util with parameters of type IFactoryPath Modifier and Type Method Description static void
AptConfig. setFactoryPath(IJavaProject jproj, IFactoryPath path)
Set the factory path for a given project or for the workspace.
-