Class EMFTVMUILauncher

    • Constructor Detail

      • EMFTVMUILauncher

        public EMFTVMUILauncher()
    • Method Detail

      • launch

        public java.lang.Object launch​(java.lang.String mode,
                                       org.eclipse.core.runtime.IProgressMonitor monitor,
                                       java.util.Map<java.lang.String,​java.lang.Object> options,
                                       java.lang.Object... modules)
        Launches the transformation using the given parameters and the given set of preloaded modules, or InputStream.
        Specified by:
        launch in interface ILauncher
        Overrides:
        launch in class EMFTVMLauncher
        Parameters:
        mode - the launching mode
        monitor - the progress monitor
        options - vm options
        modules - single module/ordered module set. A module set is used for superimposition, where the first module of the set is override by the next ones. A module can be passed as an InputStream or directly a module loaded by the loadModule method.
        Returns:
        the transformation return result
        See Also:
        EMFTVMLauncher.launch(java.lang.String, org.eclipse.core.runtime.IProgressMonitor, java.util.Map, java.lang.Object[])