|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.update.core.Verifier
Convenience implementation of a verifier.
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 Summary | |
---|---|
Verifier()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Verifier()
Method Detail |
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)
public IVerifier getParent()
getParent
in interface IVerifier
|
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.