Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/org/eclipse/equinox/internal/p2/installer/
H A DInstallDescriptionParser.java39 private static final String PROP_LAUNCHER_NAME = "eclipse.p2.launcherName";//$NON-NLS-1$ field in InstallDescriptionParser
112 property = properties.get(PROP_LAUNCHER_NAME); in initialize()
174 profileProperties.remove(PROP_LAUNCHER_NAME); in initializeProfileProperties()
/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 DEquinoxConstants.java53 public static final String PROP_LAUNCHER_NAME = "osgi.launcherIni"; //$NON-NLS-1$ field in EquinoxConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/
H A DNativePackageExtractionApplication.java35 private static final String PROP_LAUNCHER_NAME = "launcherName"; //$NON-NLS-1$ field in NativePackageExtractionApplication
138 extractedData.put(PROP_LAUNCHER_NAME, launcherName); in collectLauncherName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/
H A DMain.java219 private static final String PROP_LAUNCHER_NAME = "eclipse.launcher.name"; //$NON-NLS-1$ field in Main
1664 System.setProperty(PROP_LAUNCHER_NAME, arg); in processCommandLine()
2136 bridge.setLauncherInfo(System.getProperty(PROP_LAUNCHER), System.getProperty(PROP_LAUNCHER_NAME)); in handleSplash()