public interface IVerifier
Clients may implement this interface.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
IVerificationResult
,
IFeatureContentProvider.getVerifier()
Modifier and Type | Method and Description |
---|---|
IVerifier |
getParent()
Returns the parent verifier
|
void |
setParent(IVerifier parentVerifier)
Sets the parent verifier.
|
IVerificationResult |
verify(IFeature feature,
ContentReference reference,
boolean isFeatureVerification,
InstallMonitor monitor)
Perform verification of the specified archive.
|
IVerificationResult verify(IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor) throws CoreException
feature
- feature containing this archivereference
- actual archive referenceisFeatureVerification
- true
indicates the specified
reference should be considered as part of the feature description
information (ie. verifying the overall feature),
false
indicates the specified reference is a plug-in
or a non-plug-in archive file (ie. verifying a component of the
feature)monitor
- progress monitor, can be null
CoreException
void setParent(IVerifier parentVerifier)
parentVerifier
- the parent verifier.IVerifier getParent()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.