Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/
H A DIPDELauncherConstants.java523 String LOCATION_EXTERNAL = "external"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/
H A DFeatureBlock.java94 …} else if (IPDELauncherConstants.LOCATION_EXTERNAL.equalsIgnoreCase(pluginLaunchModel.getPluginRes… in getColumnImage()
522 } else if (location.equalsIgnoreCase(IPDELauncherConstants.LOCATION_EXTERNAL)) { in getLocationIndex()
563 location = IPDELauncherConstants.LOCATION_EXTERNAL; in getLocation()
785 } else if (pluginResolution.equalsIgnoreCase(IPDELauncherConstants.LOCATION_EXTERNAL)) { in getResolutionLabel()
1151 …tSelection() ? IPDELauncherConstants.LOCATION_WORKSPACE : IPDELauncherConstants.LOCATION_EXTERNAL);
1152 …tSelection() ? IPDELauncherConstants.LOCATION_WORKSPACE : IPDELauncherConstants.LOCATION_EXTERNAL);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/
H A DBundleLauncherHelper.java128 …if (featureModel == null || IPDELauncherConstants.LOCATION_EXTERNAL.equalsIgnoreCase(defaultLocati… in getMergedBundleMapFeatureBased()
241 if (model == null && IPDELauncherConstants.LOCATION_EXTERNAL.equalsIgnoreCase(location)) { in findModel()