|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extractor
Method Summary | |
---|---|
void |
extract(ASMModel format,
ASMModel extent,
java.io.OutputStream out)
Deprecated. The other extract method should be used instead. |
void |
extract(ASMModel source,
java.io.OutputStream target,
java.util.Map params)
Performs the extraction. |
java.util.Map |
getParameterTypes()
returns the list of parameters supported by this extractor in the form of a Map with parameter names as keys and type name as value. |
java.lang.String |
getPrefix()
Deprecated. This information should be in a megamodel. |
Method Detail |
---|
java.util.Map getParameterTypes()
void extract(ASMModel source, java.io.OutputStream target, java.util.Map params)
source
- The model to extract.target
- The target OutputStream. Note that other target kinds can be used using params.params
- A Map of additional parameters. The key is the name of the parameter.java.lang.String getPrefix()
void extract(ASMModel format, ASMModel extent, java.io.OutputStream out)
format
- extent
- out
-
|
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 |