Class TCSExtractor

  • All Implemented Interfaces:
    Extractor

    public class TCSExtractor
    extends java.lang.Object
    implements Extractor
    Created on 9 mars 2005
    • Constructor Summary

      Constructors 
      Constructor Description
      TCSExtractor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void extract​(ASMModel source, java.io.OutputStream target, java.util.Map params)
      Performs the extraction.
      void extract​(ASMModel format, ASMModel extent, java.io.OutputStream out)  
      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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TCSExtractor

        public TCSExtractor()
    • Method Detail

      • getParameterTypes

        public java.util.Map getParameterTypes()
        Description copied from interface: Extractor
        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. Known type names are: "String" "Model"
        Specified by:
        getParameterTypes in interface Extractor
      • getPrefix

        public java.lang.String getPrefix()
        Specified by:
        getPrefix in interface Extractor