|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.core.ui.vm.asm.ASMInjector
public class ASMInjector
The RegularVM adaptation of the IInjector
.
Constructor Summary | |
---|---|
ASMInjector()
|
Method Summary | |
---|---|
void |
inject(IModel targetModel,
java.io.InputStream source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
void |
inject(IModel targetModel,
java.lang.String source)
Injects data into an IModel using default options. |
void |
inject(IModel targetModel,
java.lang.String source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASMInjector()
Method Detail |
---|
public void inject(IModel targetModel, java.lang.String source, java.util.Map<java.lang.String,java.lang.Object> options) throws ATLCoreException
inject
in interface IInjector
targetModel
- the IModel where to injectsource
- the source indication to load the sourceModel: an URL, or a specific thingoptions
- the injection parameters
ATLCoreException
IInjector.inject(org.eclipse.m2m.atl.core.IModel, java.lang.String,
java.util.Map)
public void inject(IModel targetModel, java.lang.String source) throws ATLCoreException
inject
in interface IInjector
targetModel
- the IModel where to injectsource
- the source indication to load the sourceModel
ATLCoreException
IInjector.inject(org.eclipse.m2m.atl.core.IModel, java.lang.String)
public void inject(IModel targetModel, java.io.InputStream source, java.util.Map<java.lang.String,java.lang.Object> options) throws ATLCoreException
inject
in interface IInjector
targetModel
- the IModel where to injectsource
- the InputStream
containing the modeloptions
- the injection parameters
ATLCoreException
IInjector.inject(org.eclipse.m2m.atl.core.IModel, java.io.InputStream,
java.util.Map)
|
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 |