Package de.swa.gmaf

Class PluginChain

java.lang.Object
de.swa.gmaf.PluginChain

public class PluginChain
extends java.lang.Object
this class chains the filters and plugins for GMAF processing
  • Constructor Summary

    Constructors 
    Constructor Description
    PluginChain​(java.util.Vector<java.lang.String> pluginClasses)
    constructor, which receives a vector of plugin-classes for the current GMAF processing
  • Method Summary

    Modifier and Type Method Description
    void process​(java.net.URL url, java.io.File f, byte[] bytes, MMFG fv, int depth, int max, java.lang.String extension)
    processes a given asset

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PluginChain

      public PluginChain​(java.util.Vector<java.lang.String> pluginClasses)
      constructor, which receives a vector of plugin-classes for the current GMAF processing
  • Method Details

    • process

      public void process​(java.net.URL url, java.io.File f, byte[] bytes, MMFG fv, int depth, int max, java.lang.String extension)
      processes a given asset