|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class contains various validation methods to be invoked before or during executing update manager operations.
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.
Method Summary | |
---|---|
IStatus |
validateCurrentState()
Check the current state. |
IStatus |
validatePendingChanges(IInstallFeatureOperation[] jobs)
Called by the UI before doing a batched processing of several pending changes. |
IStatus |
validatePendingConfig(IFeature feature)
Called before performing operation. |
IStatus |
validatePendingInstall(IFeature oldFeature,
IFeature newFeature)
Called before performing install. |
IStatus |
validatePendingReplaceVersion(IFeature feature,
IFeature anotherFeature)
Called before performing operation. |
IStatus |
validatePendingRevert(IInstallConfiguration config)
Called before doing a revert/ restore operation |
IStatus |
validatePendingUnconfig(IFeature feature)
Called before performing operation. |
IStatus |
validatePlatformConfigValid()
Checks if the platform configuration has been modified outside this program. |
Method Detail |
public IStatus validatePendingInstall(IFeature oldFeature, IFeature newFeature)
public IStatus validatePendingConfig(IFeature feature)
public IStatus validatePendingUnconfig(IFeature feature)
public IStatus validatePendingReplaceVersion(IFeature feature, IFeature anotherFeature)
public IStatus validatePendingRevert(IInstallConfiguration config)
public IStatus validatePendingChanges(IInstallFeatureOperation[] jobs)
public IStatus validateCurrentState()
public IStatus validatePlatformConfigValid()
|
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.