Class ProjectURIByClasspathRegistration

  • All Implemented Interfaces:
    InitializationTask

    public class ProjectURIByClasspathRegistration
    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 determined by a class of this project and a root folder name.
    • Constructor Detail

      • ProjectURIByClasspathRegistration

        public ProjectURIByClasspathRegistration​(Class<?> classOfProject,
                                                 String projectName,
                                                 String projectRootFolderName)