Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
org.eclipse.update.search |
Provides support for performing searches and filtering of features.
|
Modifier and Type | Class and Description |
---|---|
class |
URLEntry
Convenience implementation of an annotated URL.
|
Modifier and Type | Method and Description |
---|---|
IURLEntry |
Feature.getCopyright()
Returns the copyright information for the feature.
|
IURLEntry |
IFeature.getCopyright()
Returns the copyright information for the feature.
|
IURLEntry |
Feature.getDescription()
Returns the feature description.
|
IURLEntry |
ICategory.getDescription()
Retrieve the detailed category description
|
IURLEntry |
ISite.getDescription()
Returns the site description.
|
IURLEntry |
Category.getDescription()
Retrieve the detailed category description
|
IURLEntry |
Site.getDescription()
Returns the site description.
|
IURLEntry |
IFeature.getDescription()
Returns the feature description.
|
IURLEntry[] |
Feature.getDiscoverySiteEntries()
Return an array of information entries referencing locations of other
update sites.
|
IURLEntry[] |
IFeature.getDiscoverySiteEntries()
Return an array of information entries referencing locations of other
update sites.
|
IURLEntry |
Feature.getLicense()
Returns the license information for the feature.
|
IURLEntry |
IFeature.getLicense()
Returns the license information for the feature.
|
IURLEntry[] |
Site.getMirrorSiteEntries()
Return an array of mirror update sites.
|
IURLEntry[] |
ISiteWithMirrors.getMirrorSiteEntries()
Returns an array of mirror sites that contain the same features/plugins.
|
IURLEntry |
Feature.getUpdateSiteEntry()
Returns an information entry referencing the location of the
feature update site.
|
IURLEntry |
IFeature.getUpdateSiteEntry()
Returns an information entry referencing the location of the
feature update site.
|
Modifier and Type | Method and Description |
---|---|
IURLEntry |
IUpdateSearchResultCollectorFromMirror.getMirror(ISiteWithMirrors site,
String siteName)
Returns a mirror of the specified site.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.