Eclipse eRCP
Release 1.1

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

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

Uses of IBatchOperation in org.eclipse.update.operations
 

Methods in org.eclipse.update.operations that return IBatchOperation
 IBatchOperation IOperationFactory.createBatchInstallOperation(IInstallFeatureOperation[] operations)
          Creates an operation for executing a set of feature install operations in batch mode
 IBatchOperation IOperationFactory.createBatchConfigOperation(IConfigFeatureOperation[] operations, boolean bVerifyComplete)
          Creates an operation for executing a set of feature config operations in batch mode
 IBatchOperation IOperationFactory.createBatchUnconfigOperation(IUnconfigFeatureOperation[] operations, boolean bVerifyComplete)
          Creates an operation for executing a set of feature unconfig operations in batch mode
 


Eclipse eRCP
Release 1.1