| Methods in org.eclipse.jdt.internal.core that return ClasspathChange |
protected ClasspathChange |
JavaModelManager.PerProjectInfo.addClasspathChange()
|
ClasspathChange |
DeltaProcessingState.addClasspathChange(IProject project,
IClasspathEntry[] oldRawClasspath,
IPath oldOutputLocation,
IClasspathEntry[] oldResolvedClasspath)
|
ClasspathChange |
DeltaProcessingState.getClasspathChange(IProject project)
|
ClasspathChange |
JavaModelManager.PerProjectInfo.resetResolvedClasspath()
|
ClasspathChange |
JavaProject.resetResolvedClasspath()
|
ClasspathChange |
JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath,
IClasspathEntry[] referencedEntries,
IPath newOutputLocation,
IJavaModelStatus newRawClasspathStatus)
|
ClasspathChange |
JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath,
IPath newOutputLocation,
IJavaModelStatus newRawClasspathStatus)
|
ClasspathChange |
JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath,
IClasspathEntry[] referencedEntries,
java.util.Map newRootPathToRawEntries,
java.util.Map newRootPathToResolvedEntries,
IJavaModelStatus newUnresolvedEntryStatus,
int timeStamp,
boolean addClasspathChange)
|
ClasspathChange |
JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath,
java.util.Map newRootPathToRawEntries,
java.util.Map newRootPathToResolvedEntries,
IJavaModelStatus newUnresolvedEntryStatus,
int timeStamp,
boolean addClasspathChange)
|