Home
last modified time | relevance | path

Searched refs:OPTION_STARTUP (Results 1 – 4 of 4) 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.java260 String startup = ParserUtils.getValueForArgument(EquinoxConstants.OPTION_STARTUP, lines); in getStartup()
267 ParserUtils.setValueForArgument(EquinoxConstants.OPTION_STARTUP, result.toString(), lines); in getStartup()
276 String startup = ParserUtils.getValueForArgument(EquinoxConstants.OPTION_STARTUP, lines); in setStartup()
282 …ParserUtils.setValueForArgument(EquinoxConstants.OPTION_STARTUP, FileUtils.toPath(result).replace(… in setStartup()
H A DEquinoxConstants.java40 public static final String OPTION_STARTUP = "-startup"; //$NON-NLS-1$ field in EquinoxConstants
H A DParserUtils.java103 String startup = getValueForArgument(EquinoxConstants.OPTION_STARTUP, args); in getOSGiInstallArea()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/
H A DMacOSLikeSetup.java71 manipulator.getLauncherData().addProgramArg(EquinoxConstants.OPTION_STARTUP); in testMacOSSetup()