Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.update.operations.IFeatureOperation

Packages that use IFeatureOperation
org.eclipse.update.operations Provides support for performing various install/update operations.  
 

Uses of IFeatureOperation in org.eclipse.update.operations
 

Subinterfaces of IFeatureOperation in org.eclipse.update.operations
 interface IConfigFeatureOperation
          Operation that enables a feature in a configuration.
 interface IInstallFeatureOperation
          An installation operation.
 interface IReplaceFeatureVersionOperation
          Operation that replaces a current feature by another version.
 interface IUnconfigFeatureOperation
          An operation that disables (unconfigure) a feature in a site.
 interface IUninstallFeatureOperation
          A feature uninstall operation.
 

Methods in org.eclipse.update.operations that return IFeatureOperation
 IFeatureOperation[] IBatchOperation.getOperations()
          Returns the batched operations.
static IFeatureOperation OperationsManager.findPendingOperation(IFeature feature)
          Check if the feature is the subject of an update operation such as install, configure, etc. and return it.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.