org.eclipse.emf.emfstore.mongodb
Class ResourceSetFactoryProvider

java.lang.Object
  extended by org.eclipse.emf.emfstore.mongodb.ResourceSetFactoryProvider

public class ResourceSetFactoryProvider
extends Object

Helper class for binding the resource set factory.

Author:
jfaltermeier

Field Summary
static CountDownLatch COUNT_DOWN_LATCH
          Synchronization tool for ResourceSetFactory-Service.
 
Constructor Summary
ResourceSetFactoryProvider()
           
 
Method Summary
static org.eclipselabs.mongo.emf.ext.IResourceSetFactory getResourceSetFactory()
          Returns the IResourceSetFactory or null if not binded.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_DOWN_LATCH

public static final CountDownLatch COUNT_DOWN_LATCH
Synchronization tool for ResourceSetFactory-Service.

Constructor Detail

ResourceSetFactoryProvider

public ResourceSetFactoryProvider()
Method Detail

getResourceSetFactory

public static org.eclipselabs.mongo.emf.ext.IResourceSetFactory getResourceSetFactory()
Returns the IResourceSetFactory or null if not binded.

Returns:
the resource set factory


Copyright © 2015. All Rights Reserved.