Home
last modified time | relevance | path

Searched refs:getInstallURL (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/
H A DConfiguration.java37 private URL associatedInstallURL = Utils.getInstallURL();
93 relSite = getInstallURL(); in addSiteEntry()
119 relSite = getInstallURL(); in removeSiteEntry()
159 …configElement.setAttribute(CFG_SHARED_URL, Utils.makeRelative(getInstallURL(), linkedConfig.getURL… in toXML()
228 public URL getInstallURL() { in getInstallURL() method in Configuration
H A DSiteEntry.java65 url = PlatformConfiguration.getInstallURL(); // ensure we come up ... use absolute file URL in SiteEntry()
96 resolvedURL = PlatformConfiguration.resolvePlatformURL(url, config.getInstallURL()); // 19536 in setConfig()
257 if (!PlatformConfiguration.supportsDetection(resolvedURL, config.getInstallURL())) in detectFeatures()
306 if (!PlatformConfiguration.supportsDetection(resolvedURL, config.getInstallURL())) in detectPlugins()
478 if (PlatformConfiguration.supportsDetection(resolvedURL, config.getInstallURL())) { in computeFeaturesChangeStamp()
495 if (!PlatformConfiguration.supportsDetection(resolvedURL, config.getInstallURL())) { in computePluginsChangeStamp()
515 if (!PlatformConfiguration.supportsDetection(resolvedURL, config.getInstallURL())) { in computeStamp()
634 … == null || config.isTransient()) ? getURL() : Utils.makeRelative(Utils.getInstallURL(), getURL()); in toXML()
H A DConfigurationParser.java160 url = new URL(PlatformConfiguration.getInstallURL(), urlString); in processSite()
166 URL root = property == null || property.length() == 0 ? Utils.getInstallURL() : new URL(property); in processSite()
356 resolvedURL = PlatformConfiguration.resolvePlatformURL(url, config.getInstallURL()); // 19536 in isValidSite()
362 if (!PlatformConfiguration.supportsDetection(resolvedURL, config.getInstallURL())) in isValidSite()
H A DPlatformConfiguration.java123 URL installLocation = Utils.getInstallURL(); in PlatformConfiguration()
284 … url = resolvePlatformURL(url, getBasePathLocation(url, config.getInstallURL(), config.getURL())); in configureFeatureEntry()
681 verifyPath(configLocation, config.getInstallURL()); in initializeCurrent()
728 siteURL = getInstallURL(); // ensure we come up ... use absolute file URL in getRootSite()
743 verifyPath(url, config == null ? null : config.getInstallURL()); in getConfigurationLock()
808 …String externalForm = Utils.makeRelative(config.getInstallURL(), sharedConfigLocation.getURL()).to… in linkInitializedState()
954 public static URL getInstallURL() { in getInstallURL() method in PlatformConfiguration
H A DFeatureParser.java132 feature.setURL(Utils.makeAbsolute(Utils.getInstallURL(), url).toExternalForm()); in processFeature()
H A DConfigurationActivator.java133 configuration = getPlatformConfiguration(Utils.getInstallURL(), configLocation); in initialize()
H A DFeatureEntry.java145 URL installURL = getSite().getConfig().getInstallURL(); in toXML()
H A DUtils.java507 public static synchronized URL getInstallURL() { in getInstallURL() method in Utils
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/
H A DConfiguratorUtils.java111 public static URL getInstallURL() { in getInstallURL() method in ConfiguratorUtils
112 return Utils.getInstallURL(); in getInstallURL()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/
H A DPDETemplateSection.java45 protected URL getInstallURL() { in getInstallURL() method in PDETemplateSection
55 return new URL(getInstallURL(), candidate); in getTemplateLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/
H A DOptionTemplateSection.java94 protected abstract URL getInstallURL(); in getInstallURL() method in OptionTemplateSection
107 URL url = getInstallURL(); in getTemplateLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/
H A DPDEPlugin.java74 public URL getInstallURL() { in getInstallURL() method in PDEPlugin
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test337/
H A DA_in.java131 URL installURL = platform.getInstallURL(); in installBundles()
H A DA_out.java130 URL installURL = platform.getInstallURL(); in installBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test337b/
H A DA_in.java131 URL installURL = platform.getInstallURL(); in installBundles()
H A DA_out.java130 URL installURL = platform.getInstallURL(); in installBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/
H A DProductIntroOperation.java190 …locationUrl = new URL(PDEPlugin.getDefault().getInstallURL(), "templates_3.1/intro/"); //$NON-NLS-… in generateFiles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/
H A DInternalPlatform.java321 public URL getInstallURL() { in getInstallURL() method in InternalPlatform