Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/
H A DEclipseLauncherParser.java224 …String configuration = ParserUtils.getValueForArgument(EquinoxConstants.OPTION_CONFIGURATION, line… in getConfigurationLocation()
235 ParserUtils.setValueForArgument(EquinoxConstants.OPTION_CONFIGURATION, result.toString(), lines); in getConfigurationLocation()
248 if (ParserUtils.getValueForArgument(EquinoxConstants.OPTION_CONFIGURATION, lines) != null) in setConfigurationLocation()
249 ParserUtils.removeArgument(EquinoxConstants.OPTION_CONFIGURATION, lines); in setConfigurationLocation()
253 if (ParserUtils.getValueForArgument(EquinoxConstants.OPTION_CONFIGURATION, lines) == null) { in setConfigurationLocation()
254 …ParserUtils.setValueForArgument(EquinoxConstants.OPTION_CONFIGURATION, result.replace('\\', '/'), … in setConfigurationLocation()
H A DEquinoxConstants.java35 public static final String OPTION_CONFIGURATION = "-configuration"; //$NON-NLS-1$ field in EquinoxConstants
H A DEclipseLauncherImpl.java83 cmdList.add(EquinoxConstants.OPTION_CONFIGURATION); in launchInMemory()