org.eclipse.emf.emfstore.internal.client.model.impl
Class ApplyOperationsRunnable

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.model.impl.ApplyOperationsRunnable
All Implemented Interfaces:
Runnable

public class ApplyOperationsRunnable
extends Object
implements Runnable

A Runnable implementation that applies a given list of operations onto a ProjectSpaceBase.

Author:
emueller

Constructor Summary
ApplyOperationsRunnable(ProjectSpaceBase projectSpaceBase, List<AbstractOperation> operations, boolean addOperations)
          Constructor.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyOperationsRunnable

public ApplyOperationsRunnable(ProjectSpaceBase projectSpaceBase,
                               List<AbstractOperation> operations,
                               boolean addOperations)
Constructor.

Parameters:
projectSpaceBase - the ProjectSpaceBase onto which to apply the operations
operations - the operations to be applied upon the project space
addOperations - whether the operations should be added to the project space
Method Detail

run

public void run()

Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2015. All Rights Reserved.