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 |
ArchiveReference
Convenience implementation of a site archive.
|
class |
Category
Convenience implementation of feature category definition.
|
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 |
InstallHandlerEntry
Convenience implementation of an install handler entry.
|
class |
NonPluginEntry
Convenience implementation of non-plug-in entry.
|
class |
PluginEntry
Convenience implementation of plug-in entry.
|
class |
Site
Convenience implementation of a site.
|
class |
SiteFeatureReference
Convenience implementation of a feature reference.
|
class |
SiteFeatureReferenceModel
Site Feature reference model object.
|
class |
URLEntry
Convenience implementation of an annotated URL.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveReferenceModel
Site archive model object.
|
class |
CategoryModel
Feature category definition model object.
|
class |
ContentEntryModel
Content entry model object.
|
class |
FeatureModel
Feature model object.
|
class |
FeatureReferenceModel
Feature reference model object.
|
class |
ImportModel
Plug-in dependency model object.
|
class |
IncludedFeatureReferenceModel
Included Feature reference model object.
|
class |
InstallHandlerEntryModel
Install handler entry model object.
|
class |
NonPluginEntryModel
Non-plug-in entry model object.
|
class |
PluginEntryModel
Plug-in entry model object.
|
class |
SiteModel
Site model object.
|
class |
URLEntryModel
Annotated URL model object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelObject.markListReferenceReadOnly(ModelObject[] o)
Delegate setting of read-only
|
protected void |
ModelObject.markReferenceReadOnly(ModelObject o)
Delegate setting of read-only
|
protected void |
ModelObject.resolveListReference(ModelObject[] o,
URL url,
URL bundleURL)
Delegate resolution to list of referenced models
|
protected void |
ModelObject.resolveReference(ModelObject o,
URL url,
URL bundleURL)
Delegate resolution to referenced model
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.