Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.ClasspathChange
Packages that use ClasspathChange
-
Uses of ClasspathChange in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return ClasspathChangeModifier and TypeMethodDescriptionDeltaProcessingState.addClasspathChange(org.eclipse.core.resources.IProject project, IClasspathEntry[] oldRawClasspath, org.eclipse.core.runtime.IPath oldOutputLocation, IClasspathEntry[] oldResolvedClasspath) protected ClasspathChangeJavaModelManager.PerProjectInfo.addClasspathChange()DeltaProcessingState.getClasspathChange(org.eclipse.core.resources.IProject project) JavaModelManager.PerProjectInfo.resetResolvedClasspath()JavaProject.resetResolvedClasspath()JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath newOutputLocation, IJavaModelStatus newRawClasspathStatus) JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath, org.eclipse.core.runtime.IPath newOutputLocation, IJavaModelStatus newRawClasspathStatus) JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToRawEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange) JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, IClasspathEntry[] referencedEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToRawEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange) Methods in org.aspectj.org.eclipse.jdt.internal.core that return types with arguments of type ClasspathChangeModifier and TypeMethodDescriptionMap<org.eclipse.core.resources.IProject, ClasspathChange> DeltaProcessingState.removeAllClasspathChanges()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ClasspathChangeModifier and TypeMethodDescriptionprotected voidChangeClasspathOperation.classpathChanged(ClasspathChange change, boolean refreshExternalFolder)