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 |
Site
Convenience implementation of a site.
|
Modifier and Type | Method and Description |
---|---|
SiteModel |
BaseSiteFactory.createSiteMapModel()
Create a concrete implementation of site model.
|
Modifier and Type | Method and Description |
---|---|
SiteModel |
SiteModelFactory.createSiteMapModel()
Create a default site model.
|
SiteModel |
FeatureReferenceModel.getSiteModel()
Returns the site model for the reference.
|
SiteModel |
DefaultSiteParser.parse(InputStream in)
Parses the specified input steam and constructs a site model.
|
SiteModel |
SiteModelFactory.parseSite(InputStream stream)
Creates and populates a default site from stream.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureReferenceModel.setSiteModel(SiteModel site)
Sets the site for the referenced.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.