Class ProjectURIByURIRegistration
java.lang.Object
tools.mdsd.library.standalone.initialization.impl.ProjectURIByURIRegistration
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionProjectURIByURIRegistration(URI realProjectURI, String projectName) Constructs the registration task. -
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms an initialization if running outside of Eclipse.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.mdsd.library.standalone.initialization.InitializationTask
init, initializationWithPlatform, isPlatformRunning
-
Constructor Details
-
ProjectURIByURIRegistration
Constructs the registration task.- Parameters:
realProjectURI- TheURIspecifying the real location of the project.projectName- The name of the project to be registered.
-
-
Method Details
-
initilizationWithoutPlatform
Description copied from interface:InitializationTaskPerforms an initialization if running outside of Eclipse.- Specified by:
initilizationWithoutPlatformin interfaceInitializationTask- Throws:
StandaloneInitializationException- In case of an error during the initialization.
-