Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/
H A DFrameworkLauncher.java630 clearPrefixedSystemProperties(key.substring(0, key.length() - 1), initialPropertyMap); in setInitialProperty()
680 …private static void clearPrefixedSystemProperties(String prefix, Map<String, String> targetPropert… in clearPrefixedSystemProperties() method in FrameworkLauncher