Home
last modified time | relevance | path

Searched refs:setSharedIndexLocation (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaIndexTests.java880 ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); in testSharedIndexLocation()
923 ClasspathEntry.setSharedIndexLocation(null, getClass()); in testSharedIndexLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DClasspathEntry.java2547 …public static void setSharedIndexLocation(String value, Class<?> clazz) throws IllegalArgumentExce… in setSharedIndexLocation() method in ClasspathEntry