Uses of Interface
org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Packages that use IPlatformConfiguration.IFeatureEntry
Package
Description
Provides support for accessing platform configuration data.
-
Uses of IPlatformConfiguration.IFeatureEntry in org.eclipse.update.configurator
Methods in org.eclipse.update.configurator that return IPlatformConfiguration.IFeatureEntryModifier and TypeMethodDescriptionIPlatformConfiguration.createFeatureEntry
(String id, String version, String pluginVersion, boolean primary, String application, URL[] root) Deprecated, for removal: This API element is subject to removal in a future version.Create a feature entryIPlatformConfiguration.createFeatureEntry
(String id, String version, String pluginIdentifier, String pluginVersion, boolean primary, String application, URL[] root) Deprecated, for removal: This API element is subject to removal in a future version.Create a feature entryIPlatformConfiguration.findConfiguredFeatureEntry
(String id) Deprecated, for removal: This API element is subject to removal in a future version.Locates the specified feature entry.IPlatformConfiguration.getConfiguredFeatureEntries()
Deprecated, for removal: This API element is subject to removal in a future version.Returns a list of configured feature entries.Methods in org.eclipse.update.configurator with parameters of type IPlatformConfiguration.IFeatureEntryModifier and TypeMethodDescriptionvoid
IPlatformConfiguration.configureFeatureEntry
(IPlatformConfiguration.IFeatureEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.Configures the feature entry.void
IPlatformConfiguration.unconfigureFeatureEntry
(IPlatformConfiguration.IFeatureEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.Unconfigures the specified feature entry if it exists.