Class ProjectURIByURIRegistration

java.lang.Object
tools.mdsd.library.standalone.initialization.impl.ProjectURIByURIRegistration
All Implemented Interfaces:
InitializationTask

public class ProjectURIByURIRegistration extends Object implements InitializationTask
Registers URIs in the EMF platform for a given project. After the registration, platform resource and platform plugin URIs can properly be resolved for this project. The location of the project is given by a URI, which should obviously not be just a platform URI.
  • Constructor Details

    • ProjectURIByURIRegistration

      public ProjectURIByURIRegistration(URI realProjectURI, String projectName)
      Constructs the registration task.
      Parameters:
      realProjectURI - The URI specifying the real location of the project.
      projectName - The name of the project to be registered.
  • Method Details