org.eclipse.gmt.umlx.registry.standalone
Class StandaloneModelRegistryEnvironment

java.lang.Object
  extended by org.eclipse.gmt.umlx.registry.environment.ModelRegistryEnvironment
      extended by org.eclipse.gmt.umlx.registry.standalone.StandaloneModelRegistryEnvironment

public class StandaloneModelRegistryEnvironment
extends ModelRegistryEnvironment


Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.registry.environment.ModelRegistryEnvironment
PLUGIN_ID
 
Constructor Summary
StandaloneModelRegistryEnvironment()
           
 
Method Summary
 void logTheError(java.lang.String string, java.lang.Throwable e)
           
 
Methods inherited from class org.eclipse.gmt.umlx.registry.environment.ModelRegistryEnvironment
getAccessorKindRegistry, getFile, getInstance, getModelContentRegistry, getModelSerializationRegistry, logError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneModelRegistryEnvironment

public StandaloneModelRegistryEnvironment()
Method Detail

logTheError

public void logTheError(java.lang.String string,
                        java.lang.Throwable e)
Specified by:
logTheError in class ModelRegistryEnvironment