org.eclipse.m2m.atl.engine.vm
Class ASMEngine
java.lang.Object
org.eclipse.m2m.atl.engine.vm.ASMEngine
public class ASMEngine
- extends java.lang.Object
ASM Engine.
This is the main entrypoint when using ATL from command-line.
It delegates to another class depending on the kind of operation
to perform: simple transformation or composite transformation execution,
or simply copy (with possible use of injectors and extractors).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cl
public static PluginClassLoader cl
ASMEngine
public ASMEngine()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
realMain
public static void realMain(java.lang.String[] args,
PluginClassLoader pcl)
throws java.lang.Exception
- Throws:
java.lang.Exception