Home
last modified time | relevance | path

Searched refs:PROP_WS (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DIRegistryConstants.java40 public static final String PROP_WS = "osgi.ws"; //$NON-NLS-1$ field
H A DTableWriter.java283 …output.writeUTF(RegistryProperties.getProperty(IRegistryConstants.PROP_WS, RegistryProperties.empt… in writeCacheHeader()
H A DTableReader.java169 …boolean validWS = (windowsStamp.equals(RegistryProperties.getProperty(IRegistryConstants.PROP_WS, … in checkCacheValidity()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/
H A DFindSupport.java32 public static final String PROP_WS = "osgi.ws"; //$NON-NLS-1$ field in FindSupport
185 ws = Activator.getContext().getProperty(PROP_WS); in findWS()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/
H A DUtils.java47 private static final String PROP_WS = "osgi.ws"; //$NON-NLS-1$ field in Utils
173 return getContext().getProperty(PROP_WS); in getWS()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/
H A DInternalPlatform.java84 public static final String PROP_WS = "osgi.ws"; //$NON-NLS-1$ field in InternalPlatform
508 return getBundleContext().getProperty(PROP_WS); in getWS()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/
H A DSetup.java172 return System.getProperty(InternalPlatform.PROP_WS); in getDefaultWSOption()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/
H A DEclipseStarter.java113 public static final String PROP_WS = "osgi.ws"; //$NON-NLS-1$ field in EclipseStarter
810 setProperty(PROP_WS, arg); in processCommandLine()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/
H A DMain.java213 private static final String PROP_WS = "osgi.ws"; //$NON-NLS-1$ field in Main
336 String osgiWs = System.getProperty(PROP_WS); in getWS()