Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
Modifier and Type | Class and Description |
---|---|
class |
Verifier
Convenience implementation of a verifier.
|
Modifier and Type | Method and Description |
---|---|
IVerifier |
IVerifier.getParent()
Returns the parent verifier
|
IVerifier |
Verifier.getParent()
Returns the parent verifier
|
IVerifier |
IFeatureContentProvider.getVerifier()
Returns the verifier for this feature.
|
Modifier and Type | Method and Description |
---|---|
IFeatureReference |
Site.install(IFeature sourceFeature,
IFeatureReference[] optionalFeatures,
IFeatureContentConsumer parentContentConsumer,
IVerifier parentVerifier,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature on this site using the content consumer as
a context to install the feature in.
|
void |
IVerifier.setParent(IVerifier parentVerifier)
Sets the parent verifier.
|
void |
Verifier.setParent(IVerifier parentVerifier) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.