COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.smlif.internal.common
Class SMLRepositoryManager

java.lang.Object
  extended by org.eclipse.cosmos.rm.smlif.internal.common.SMLRepositoryManager

public class SMLRepositoryManager
extends java.lang.Object

Manages the instance of the repository used by the import/export wizard.


Constructor Summary
SMLRepositoryManager()
           
 
Method Summary
static org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository getRepository()
           
static org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository getRepository(java.lang.String context)
           
static org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository getRepository(java.lang.String context, boolean reuse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMLRepositoryManager

public SMLRepositoryManager()
Method Detail

getRepository

public static org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository getRepository()

getRepository

public static org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository getRepository(java.lang.String context,
                                                                                             boolean reuse)

getRepository

public static org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository getRepository(java.lang.String context)

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification