|
||||||||||
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.ASMExtractor
public class ASMExtractor
The RegularVM adaptation of the IExtractor
.
Constructor Summary | |
---|---|
ASMExtractor()
|
Method Summary | |
---|---|
void |
extract(IModel sourceModel,
java.io.OutputStream target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
void |
extract(IModel sourceModel,
java.lang.String target)
Extracts an IModel using default options. |
void |
extract(IModel sourceModel,
java.lang.String target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts 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 ASMExtractor()
Method Detail |
---|
public void extract(IModel sourceModel, java.lang.String target, java.util.Map<java.lang.String,java.lang.Object> options) throws ATLCoreException
extract
in interface IExtractor
sourceModel
- the IModel to extracttarget
- the target indication to extract the targetModeloptions
- the extraction parameters
ATLCoreException
IExtractor.extract(org.eclipse.m2m.atl.core.IModel, java.lang.String,
java.util.Map)
public void extract(IModel sourceModel, java.lang.String target) throws ATLCoreException
extract
in interface IExtractor
sourceModel
- the IModel to extracttarget
- the target indication to extract the targetModel
ATLCoreException
IExtractor.extract(org.eclipse.m2m.atl.core.IModel, java.lang.String)
public void extract(IModel sourceModel, java.io.OutputStream target, java.util.Map<java.lang.String,java.lang.Object> options) throws ATLCoreException
extract
in interface IExtractor
sourceModel
- the IModel to extracttarget
- the OutputStream
where to extract the targetModeloptions
- the extraction parameters
ATLCoreException
IExtractor.extract(org.eclipse.m2m.atl.core.IModel, java.io.OutputStream, 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 |