Eclipse Platform
2.1

Uses of Class
org.eclipse.update.core.model.FeatureModel

Packages that use FeatureModel
org.eclipse.update.core Provides support for extending the base installation and update services. 
org.eclipse.update.core.model Provides model support for extending the base installation and update services. 
 

Uses of FeatureModel in org.eclipse.update.core
 

Subclasses of FeatureModel in org.eclipse.update.core
 class Feature
          Convenience implementation of a feature.
 

Methods in org.eclipse.update.core that return FeatureModel
 FeatureModel BaseFeatureFactory.createFeatureModel()
          Create a concrete implementation of feature model.
 

Uses of FeatureModel in org.eclipse.update.core.model
 

Methods in org.eclipse.update.core.model that return FeatureModel
 FeatureModel FeatureModelFactory.parseFeature(InputStream stream)
          Creates and populates a default feature from stream.
 FeatureModel FeatureModelFactory.createFeatureModel()
          Create a default feature model.
 FeatureModel DefaultFeatureParser.parse(InputStream in)
          Parses the specified input steam and constructs a feature model.
 


Eclipse Platform
2.1

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