Eclipse JDT
Release 3.7

Uses of Interface
org.eclipse.jdt.apt.core.util.IFactoryPath

Packages that use IFactoryPath
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
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
static void AptConfig.setFactoryPath(IJavaProject jproj, IFactoryPath path)
          Set the factory path for a given project or for the workspace.
 


Eclipse JDT
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.