public abstract class Verifier extends Object implements IVerifier
This class may be subclassed by clients.
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.
IVerifier
Constructor and Description |
---|
Verifier() |
Modifier and Type | Method and Description |
---|---|
IVerifier |
getParent()
Returns the parent verifier
|
void |
setParent(IVerifier parentVerifier)
Sets the parent verifier.
|
abstract IVerificationResult |
verify(IFeature feature,
ContentReference reference,
boolean isFeatureVerification,
InstallMonitor monitor)
Perform verification of the specified archive.
|
public abstract IVerificationResult verify(IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor) throws CoreException
IVerifier
verify
in interface IVerifier
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
IVerifier.verify(IFeature, ContentReference, boolean, InstallMonitor)
public void setParent(IVerifier parentVerifier)
IVerifier
setParent
in interface IVerifier
parentVerifier
- the parent verifier.IVerifier.verify(IFeature, ContentReference, boolean, InstallMonitor)
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.