Home
last modified time | relevance | path

Searched refs:OPTION_VMARGS (Results 1 – 2 of 2) 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.java161 if (EquinoxConstants.OPTION_VMARGS.equals(line)) in getJVMArgs()
173 ParserUtils.removeArgument(EquinoxConstants.OPTION_VMARGS, lines); in setJVMArgs()
177 lines.add(EquinoxConstants.OPTION_VMARGS); in setJVMArgs()
186 if (EquinoxConstants.OPTION_VMARGS.equals(line)) in getProgramArgs()
H A DEquinoxConstants.java38 public static final String OPTION_VMARGS = "-vmargs"; //$NON-NLS-1$ field in EquinoxConstants