Eclipse Platform
Release 3.1

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
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.
 IFeatureOperation[] IBatchOperation.getOperations()
          Returns the batched operations.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.