Uses of Interface
org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Packages that use IPlatformConfiguration.ISiteEntry
Package
Description
Provides support for accessing platform configuration data.
-
Uses of IPlatformConfiguration.ISiteEntry in org.eclipse.update.configurator
Methods in org.eclipse.update.configurator that return IPlatformConfiguration.ISiteEntryModifier and TypeMethodDescriptionIPlatformConfiguration.createSiteEntry(URL url, IPlatformConfiguration.ISitePolicy policy) Deprecated, for removal: This API element is subject to removal in a future version.Create a site entryIPlatformConfiguration.findConfiguredSite(URL url) Deprecated, for removal: This API element is subject to removal in a future version.Returns a site entry matching the specified URLIPlatformConfiguration.getConfiguredSites()Deprecated, for removal: This API element is subject to removal in a future version.Returns configured site entriesMethods in org.eclipse.update.configurator with parameters of type IPlatformConfiguration.ISiteEntryModifier and TypeMethodDescriptionvoidIPlatformConfiguration.configureSite(IPlatformConfiguration.ISiteEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.Configures the specified site entry.voidIPlatformConfiguration.configureSite(IPlatformConfiguration.ISiteEntry entry, boolean replace) Deprecated, for removal: This API element is subject to removal in a future version.Configures the specified site entry.voidIPlatformConfiguration.unconfigureSite(IPlatformConfiguration.ISiteEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.Unconfigures the specified entry.