|
Eclipse eRCP Release 1.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(IConfigFeatureOperation[] jobs)
Called by the API using managed-only update policy. |
IStatus |
validatePendingChanges(IInstallFeatureOperation[] jobs)
Called by the UI before doing a batched processing of several pending install changes. |
IStatus |
validatePendingChanges(IUnconfigFeatureOperation[] jobs)
Called by the API using managed-only update policy. |
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 validatePendingChanges(IConfigFeatureOperation[] jobs)
public IStatus validatePendingChanges(IUnconfigFeatureOperation[] jobs)
public IStatus validateCurrentState()
public IStatus validatePlatformConfigValid()
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |