Home
last modified time | relevance | path

Searched refs:OPTION_VM (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.java103 String vm = ParserUtils.getValueForArgument(EquinoxConstants.OPTION_VM, lines); in getVM()
111 ParserUtils.setValueForArgument(EquinoxConstants.OPTION_VM, VMFullPath.toString(), lines); in getVM()
120 if (ParserUtils.getValueForArgument(EquinoxConstants.OPTION_VM, lines) != null) in setVM()
123 ParserUtils.removeArgument(EquinoxConstants.OPTION_VM, lines); in setVM()
153 …ParserUtils.setValueForArgument(EquinoxConstants.OPTION_VM, FileUtils.toPath(vmRelativePath).repla… in setVM()
H A DEquinoxConstants.java37 public static final String OPTION_VM = "-vm"; //$NON-NLS-1$ field in EquinoxConstants