Home
last modified time | relevance | path

Searched refs:jrtRoots (Results 1 – 2 of 2) 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 DJavaProject.java747 if (info.jrtRoots == null || !info.jrtRoots.containsKey(entryPath)) { in computePackageFragmentRoots()
753 imageRoots = info.jrtRoots.get(entryPath); in computePackageFragmentRoots()
H A DJavaModelManager.java1277 …public Map<IPath, ObjectVector> jrtRoots; // A map between a JRT file system (as a string) and the… field in JavaModelManager.PerProjectInfo
1406 if (this.jrtRoots == null) this.jrtRoots = new HashMap<>(); in setJrtPackageRoots()
1407 this.jrtRoots.put(jrtPath, roots); in setJrtPackageRoots()