Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
Modifier and Type | Class and Description |
---|---|
class |
Category
Convenience implementation of feature category definition.
|
Modifier and Type | Method and Description |
---|---|
ICategory[] |
ISite.getCategories()
Returns an array of categories defined by the site.
|
ICategory[] |
ISiteFeatureReference.getCategories()
Returns an array of categories the referenced feature belong to.
|
ICategory[] |
Site.getCategories()
Returns an array of categories defined by the site.
|
ICategory[] |
SiteFeatureReference.getCategories()
Returns an array of categories the referenced feature belong to.
|
ICategory |
ISite.getCategory(String name)
Returns the named site category.
|
ICategory |
Site.getCategory(String key)
Returns the named site category.
|
Modifier and Type | Method and Description |
---|---|
void |
ISiteFeatureReference.addCategory(ICategory category)
Adds a category to the referenced feature.
|
void |
SiteFeatureReference.addCategory(ICategory category)
Adds a category to the referenced feature.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.