Class MetaModelRegistrationTask

java.lang.Object
tools.mdsd.library.standalone.initialization.core.MetaModelRegistrationTask
All Implemented Interfaces:
InitializationTask

public class MetaModelRegistrationTask extends Object implements InitializationTask
Initilization task for manually registering EMF meta models. This implementation assumes that the project containing the meta model has already been registered with the EMF registries. Callers have to ensure the proper state of the registries, e.g. by registering the project with another InitializationTask.
  • Constructor Details

    • MetaModelRegistrationTask

      public MetaModelRegistrationTask(String projectName, String metaModelPath)
      Constructs the task
      Parameters:
      projectName - The name of the project hosting the meta model.
      metaModelPath - The path of the meta model relative to the given project without leading slash.
  • Method Details