Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Feature
Convenience implementation of a feature.
|
Modifier and Type | Method and Description |
---|---|
FeatureModel |
BaseFeatureFactory.createFeatureModel()
Create a concrete implementation of feature model.
|
Modifier and Type | Method and Description |
---|---|
FeatureModel |
FeatureModelFactory.createFeatureModel()
Create a default feature model.
|
FeatureModel |
DefaultFeatureParser.parse(InputStream in)
Parses the specified input steam and constructs a feature model.
|
FeatureModel |
FeatureModelFactory.parseFeature(InputStream stream)
Creates and populates a default feature from stream.
|
FeatureModel |
FeatureModelFactory.parseFeature(InputStream stream,
String location)
Creates and populates a default feature from stream.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.