[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.m2m] [ATL] AtlLauncher launch method
|
Hi there,
The signature of the AtlLauncher launch method is
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)
Does any one knows were can I find the information regarding what can I
add to the asmParams Map? All the examples I saw used
Map asmParams = Collections.EMPTY_MAP;
But I was wondering what is it possible to specify using this attribute.
Thanks in advance for your time.
Luis Pedro