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 | Interface and Description |
---|---|
interface |
IFeature
Feature defines the packaging "container" for a group of related plug-ins,
plug-in fragments, and optionally non-plug-in files.
|
interface |
IFeatureReference
Feature reference.
|
interface |
IImport
Plug-in dependency entry.
|
interface |
IIncludedFeatureReference
Included Feature reference.
|
interface |
INonPluginEntry
Non-plug-in entry defines an arbitrary non-plug-in data file packaged
as part of a feature.
|
interface |
IPluginEntry
Plug-in entry defines a packaging reference from a feature to a plug-in.
|
interface |
ISiteFeatureReference
Site Feature reference.
|
Modifier and Type | Class and Description |
---|---|
class |
Feature
Convenience implementation of a feature.
|
class |
FeatureReference
Convenience implementation of a feature reference.
|
class |
Import
Convenience implementation of a plug-in dependency.
|
class |
IncludedFeatureReference
This is a utility class representing the options of a nested feature.
|
class |
NonPluginEntry
Convenience implementation of non-plug-in entry.
|
class |
PluginEntry
Convenience implementation of plug-in entry.
|
class |
SiteFeatureReference
Convenience implementation of a feature reference.
|
class |
SiteFeatureReferenceModel
Site Feature reference model object.
|
Modifier and Type | Class and Description |
---|---|
class |
IncludedFeatureReferenceModel
Included Feature reference model object.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.