Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IClasspathContainer
Packages, die IClasspathContainer verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Verwendungen von IClasspathContainer in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die IClasspathContainer zurückgebenModifizierer und TypMethodeBeschreibungstatic IClasspathContainerJavaCore.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Answers the project specific value for a given classpath container.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 aIClasspathContainerfor the given project.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IClasspathContainerModifizierer und TypMethodeBeschreibungvoidClasspathContainerInitializer.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 voidJavaCore.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). -
Verwendungen von IClasspathContainer in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IClasspathContainer implementierenModifizierer und TypKlasseBeschreibungclassclassFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als IClasspathContainerModifizierer und TypFeldBeschreibungstatic final IClasspathContainerJavaModelManager.CONTAINER_INITIALIZATION_IN_PROGRESSFelder in org.aspectj.org.eclipse.jdt.internal.core mit Typparametern vom Typ IClasspathContainerModifizierer und TypFeldBeschreibungHashMap<IJavaProject,Map<org.eclipse.core.runtime.IPath, IClasspathContainer>> JavaModelManager.containersClasspath containers poolHashMap<IJavaProject,Map<org.eclipse.core.runtime.IPath, IClasspathContainer>> JavaModelManager.previousSessionContainersMethoden in org.aspectj.org.eclipse.jdt.internal.core, die IClasspathContainer zurückgebenModifizierer und TypMethodeBeschreibungJavaModelManager.containerBeingInitializedGet(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) JavaModelManager.containerBeingInitializedRemove(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) JavaModelManager.containerGet(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) JavaModelManager.containerGetDefaultToPreviousSession(IJavaProject project, org.eclipse.core.runtime.IPath containerPath) JavaModelManager.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) JavaModelManager.getPreviousSessionContainer(org.eclipse.core.runtime.IPath containerPath, IJavaProject project) Returns a persisted container from previous session if any.Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IClasspathContainerModifizierer und TypMethodeBeschreibungvoidJavaModelManager.containerBeingInitializedPut(IJavaProject project, org.eclipse.core.runtime.IPath containerPath, IClasspathContainer container) voidJavaModelManager.containerPut(IJavaProject project, org.eclipse.core.runtime.IPath containerPath, IClasspathContainer container) booleanJavaModelManager.containerPutIfInitializingWithSameEntries(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] projects, IClasspathContainer[] respectiveContainers) voidUserLibraryClasspathContainerInitializer.requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath containerPath, IJavaProject project, IClasspathContainer containerSuggestion) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IClasspathContainerModifiziererKonstruktorBeschreibungSetContainerOperation(org.eclipse.core.runtime.IPath containerPath, IJavaProject[] affectedProjects, IClasspathContainer[] respectiveContainers)