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