|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.emfvm.launch.EMFVMLauncher
org.eclipse.m2m.atl.engine.emfvm.launch.EMFVMUILauncher
public class EMFVMUILauncher
The EMFVM UI extension of the EMFVMLauncher
, which supports debug.
Field Summary |
---|
Fields inherited from class org.eclipse.m2m.atl.engine.emfvm.launch.EMFVMLauncher |
---|
LAUNCHER_NAME, libraries, MODEL_FACTORY_NAME, models |
Fields inherited from interface org.eclipse.m2m.atl.core.launch.ILauncher |
---|
DEBUG_MODE, RUN_MODE |
Constructor Summary | |
---|---|
EMFVMUILauncher()
|
Method Summary | |
---|---|
java.lang.String[] |
getModes()
Returns the supported modes. |
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 . |
Methods inherited from class org.eclipse.m2m.atl.engine.emfvm.launch.EMFVMLauncher |
---|
addInModel, addInOutModel, addLibrary, addModel, addOutModel, getASMFromObject, getDefaultModelFactoryName, getLibrary, getModel, getName, initialize, internalLaunch, loadModule |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EMFVMUILauncher()
Method Detail |
---|
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)
InputStream
.
launch
in interface ILauncher
launch
in class EMFVMLauncher
mode
- the launching modemonitor
- the progress monitoroptions
- vm optionsmodules
- 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.
EMFVMLauncher.launch(java.lang.String,
org.eclipse.core.runtime.IProgressMonitor, java.util.Map, java.lang.Object[])
public java.lang.String[] getModes()
getModes
in interface ILauncher
getModes
in class EMFVMLauncher
ILauncher.getModes()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |