|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.vm.AtlLauncher
public final class AtlLauncher
The ATL launcher utility.
Method Summary | |
---|---|
static AtlLauncher |
getDefault()
Returns the default ATL launcher. |
java.lang.Object |
launch(ASM asm,
java.util.Map libraries,
java.util.Map models,
java.util.Map asmParams,
java.util.List superimpose,
java.util.Map options,
Debugger debugger)
Launch method. |
java.lang.Object |
launch(java.net.URL asmurl,
java.util.Map libraries,
java.util.Map models,
java.util.Map asmParams,
java.util.List superimpose)
Deprecated. |
java.lang.Object |
launch(java.net.URL asmurl,
java.util.Map libraries,
java.util.Map models,
java.util.Map asmParams,
java.util.List superimpose,
java.util.Map options)
New launch method. |
java.lang.Object |
launch(java.net.URL asmurl,
java.util.Map libraries,
java.util.Map models,
java.util.Map asmParams,
java.util.List superimpose,
java.util.Map options,
Debugger debugger)
New launch method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AtlLauncher getDefault()
public java.lang.Object launch(java.net.URL asmurl, java.util.Map libraries, java.util.Map models, java.util.Map asmParams, java.util.List superimpose)
asmurl
- URL to the .asm transformation modulelibraries
- Map of library names mapped to URLs of their .asm filesmodels
- Map of model names mapped to (input and output) ASMModelsasmParams
- Voodoo parameters - always use Collections.EMPTY_MAPsuperimpose
- List of URLs to superimposed .asm transformation modules
public java.lang.Object launch(java.net.URL asmurl, java.util.Map libraries, java.util.Map models, java.util.Map asmParams, java.util.List superimpose, java.util.Map options)
asmurl
- URL to the .asm transformation modulelibraries
- Map of library names mapped to URLs of their .asm filesmodels
- Map of model names mapped to (input and output) ASMModelsasmParams
- Voodoo parameters - always use Collections.EMPTY_MAPsuperimpose
- List of URLs to superimposed .asm transformation modulesoptions
- the options map
public java.lang.Object launch(java.net.URL asmurl, java.util.Map libraries, java.util.Map models, java.util.Map asmParams, java.util.List superimpose, java.util.Map options, Debugger debugger)
asmurl
- URL to the .asm transformation modulelibraries
- Map of library names mapped to URLs of their .asm filesmodels
- Map of model names mapped to (input and output) ASMModelsasmParams
- Voodoo parameters - always use Collections.EMPTY_MAPsuperimpose
- List of URLs to superimposed .asm transformation modulesoptions
- the options mapdebugger
- the used atl debugger
public java.lang.Object launch(ASM asm, java.util.Map libraries, java.util.Map models, java.util.Map asmParams, java.util.List superimpose, java.util.Map options, Debugger debugger)
asm
- asm transformation modulelibraries
- Map of library names mapped to URLs of their .asm filesmodels
- Map of model names mapped to (input and output) ASMModelsasmParams
- Voodoo parameters - always use Collections.EMPTY_MAPsuperimpose
- List of URLs to superimposed .asm transformation modulesoptions
- the options mapdebugger
- the used atl debugger
|
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 |