Eclipse Platform
2.1

Uses of Interface
org.eclipse.core.boot.IPlatformConfiguration.IFeatureEntry

Packages that use IPlatformConfiguration.IFeatureEntry
org.eclipse.core.boot Provides basic support for launching the Eclipse Platform. 
 

Uses of IPlatformConfiguration.IFeatureEntry in org.eclipse.core.boot
 

Methods in org.eclipse.core.boot that return IPlatformConfiguration.IFeatureEntry
 IPlatformConfiguration.IFeatureEntry IPlatformConfiguration.createFeatureEntry(String id, String version, String pluginVersion, boolean primary, String application, URL[] root)
          Create a feature entry
 IPlatformConfiguration.IFeatureEntry IPlatformConfiguration.createFeatureEntry(String id, String version, String pluginIdentifier, String pluginVersion, boolean primary, String application, URL[] root)
          Create a feature entry
 IPlatformConfiguration.IFeatureEntry[] IPlatformConfiguration.getConfiguredFeatureEntries()
          Returns a list of configured feature entries.
 IPlatformConfiguration.IFeatureEntry IPlatformConfiguration.findConfiguredFeatureEntry(String id)
          Locates the specified feature entry.
 

Methods in org.eclipse.core.boot with parameters of type IPlatformConfiguration.IFeatureEntry
 void IPlatformConfiguration.configureFeatureEntry(IPlatformConfiguration.IFeatureEntry entry)
          Configures the feature entry.
 void IPlatformConfiguration.unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry entry)
          Unconfigures the specified feature entry if it exists.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.