|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Verifier. This interface abstracts the archive verification step performed by specific feature implementations. The actual details of the verification are the responsibility of the concrete implementation.
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()
Method Summary | |
---|---|
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. |
Method Detail |
public 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
public void setParent(IVerifier parentVerifier)
parentVerifier
- the parent verifier.public IVerifier getParent()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.