Home
last modified time | relevance | path

Searched refs:classpathChange (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DSetClasspathOperation.java75 …ClasspathChange classpathChange = perProjectInfo.setRawClasspath(this.newRawClasspath, this.refere… in executeOperation() local
78 classpathChanged(classpathChange, true/*refresh if external linked folder already exists*/); in executeOperation()
H A DSetContainerOperation.java114 ClasspathChange classpathChange = affectedProject.getPerProjectInfo().resetResolvedClasspath(); in executeOperation() local
117 classpathChanged(classpathChange, i==0/*refresh external linked folder only once*/); in executeOperation()
H A DSetVariablesOperation.java149 … ClasspathChange classpathChange = affectedProject.getPerProjectInfo().resetResolvedClasspath(); in executeOperation() local
152 classpathChanged(classpathChange, true/*refresh if external linked folder already exists*/); in executeOperation()
H A DJavaModelManager.java1363 ClasspathChange classpathChange = addClasspathChange ? addClasspathChange() : null; in setClasspath() local
1376 return classpathChange; in setClasspath()
1382 …ClasspathChange classpathChange = manager.deltaState.addClasspathChange(this.project, this.rawClas… in addClasspathChange() local
1383 return classpathChange; in addClasspathChange()