org.eclipse.ocl.examples.modelregistry.standalone
Class JavaModelRegistryEnvironment

java.lang.Object
  extended by org.eclipse.ocl.examples.modelregistry.environment.ModelRegistryEnvironment
      extended by org.eclipse.ocl.examples.modelregistry.standalone.JavaModelRegistryEnvironment

public class JavaModelRegistryEnvironment
extends ModelRegistryEnvironment


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.modelregistry.environment.ModelRegistryEnvironment
PLUGIN_ID
 
Constructor Summary
JavaModelRegistryEnvironment()
           
 
Method Summary
protected  void initializeModelSerializationRegistry(ModelSerializationRegistry modelSerializationRegistry)
          Initialize the ModelSerializationRegistry with the XML support.
protected  void initializeNamespaceRegistry(NamespaceRegistry namespaceRegistry)
          Initialize the NamespaceRegistry with the ModelName and URI accessors.
 void logTheError(java.lang.String string, java.lang.Throwable e)
           
 
Methods inherited from class org.eclipse.ocl.examples.modelregistry.environment.ModelRegistryEnvironment
createModelSerializationRegistry, createNamespaceRegistry, getFile, getInstance, getModelSerializationRegistry, getNamespaceRegistry, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaModelRegistryEnvironment

public JavaModelRegistryEnvironment()
Method Detail

initializeNamespaceRegistry

protected void initializeNamespaceRegistry(NamespaceRegistry namespaceRegistry)
Initialize the NamespaceRegistry with the ModelName and URI accessors.

Specified by:
initializeNamespaceRegistry in class ModelRegistryEnvironment

initializeModelSerializationRegistry

protected void initializeModelSerializationRegistry(ModelSerializationRegistry modelSerializationRegistry)
Initialize the ModelSerializationRegistry with the XML support.

Specified by:
initializeModelSerializationRegistry in class ModelRegistryEnvironment

logTheError

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