public class ApplyOperationsRunnable extends Object implements Runnable
Runnable implementation that applies a given list of operations
onto a ProjectSpaceBase.| Constructor and Description |
|---|
ApplyOperationsRunnable(ProjectSpaceBase projectSpaceBase,
Iterable<AbstractOperation> operations,
boolean addOperations)
Constructor.
|
public ApplyOperationsRunnable(ProjectSpaceBase projectSpaceBase, Iterable<AbstractOperation> operations, boolean addOperations)
projectSpaceBase - the ProjectSpaceBase onto which to apply the operationsoperations - the operations to be applied upon the project spaceaddOperations - whether the operations should be added to the project spacepublic void run()
run in interface RunnableRunnable.run()Copyright © 2017. All rights reserved.