Uses of Interface
org.eclipse.jdt.core.IClasspathContainer

Packages that use IClasspathContainer
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.core.tests.model   
org.eclipse.jdt.internal.core   
 

Uses of IClasspathContainer in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return IClasspathContainer
static IClasspathContainer JavaCore.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project)
          Answers the project specific value for a given classpath container.
 IClasspathContainer ClasspathContainerInitializer.getFailureContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project)
          Returns a classpath container that is used after this initializer failed to bind a classpath container to a IClasspathContainer for the given project.
 

Methods in org.eclipse.jdt.core with parameters of type IClasspathContainer
 void ClasspathContainerInitializer.requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath, IJavaProject project, IClasspathContainer containerSuggestion)
          Request a registered container definition to be updated according to a container suggestion.
static void JavaCore.setClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] affectedProjects, IClasspathContainer[] respectiveContainers, org.eclipse.core.runtime.IProgressMonitor monitor)
          Bind a container reference path to some actual containers (IClasspathContainer).
 

Uses of IClasspathContainer in org.eclipse.jdt.core.tests.model
 

Classes in org.eclipse.jdt.core.tests.model that implement IClasspathContainer
 class ClasspathTests.TestContainer
           
static class CompletionTests2.CompletionContainerInitializer.DefaultContainer
           
static class DefaultContainerInitializer.DefaultContainer
           
 

Methods in org.eclipse.jdt.core.tests.model that return IClasspathContainer
 IClasspathContainer ContainerInitializer.getFailureContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project)
           
 

Uses of IClasspathContainer in org.eclipse.jdt.internal.core
 

Classes in org.eclipse.jdt.internal.core that implement IClasspathContainer
 class UserLibraryClasspathContainer
           
 

Fields in org.eclipse.jdt.internal.core declared as IClasspathContainer
static IClasspathContainer JavaModelManager.CONTAINER_INITIALIZATION_IN_PROGRESS
           
 

Methods in org.eclipse.jdt.internal.core that return IClasspathContainer
 IClasspathContainer JavaModelManager.containerGet(IJavaProject project, org.eclipse.core.runtime.IPath containerPath)
           
 IClasspathContainer JavaModelManager.containerGetDefaultToPreviousSession(IJavaProject project, org.eclipse.core.runtime.IPath containerPath)
           
 IClasspathContainer JavaModelManager.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project)
           
 IClasspathContainer JavaModelManager.getPreviousSessionContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project)
          Returns a persisted container from previous session if any.
 

Methods in org.eclipse.jdt.internal.core with parameters of type IClasspathContainer
 void JavaModelManager.containerPut(IJavaProject project, org.eclipse.core.runtime.IPath containerPath, IClasspathContainer container)
           
 boolean JavaModelManager.containerPutIfInitializingWithSameEntries(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] projects, IClasspathContainer[] respectiveContainers)
           
 void UserLibraryClasspathContainerInitializer.requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath, IJavaProject project, IClasspathContainer containerSuggestion)
           
 

Constructors in org.eclipse.jdt.internal.core with parameters of type IClasspathContainer
SetContainerOperation(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] affectedProjects, IClasspathContainer[] respectiveContainers)