Uses of Interface
org.hansken.plugin.extraction.test.ExtractionPluginProcessor
-
Packages that use ExtractionPluginProcessor Package Description org.hansken.plugin.extraction.test org.hansken.plugin.extraction.test.base -
-
Uses of ExtractionPluginProcessor in org.hansken.plugin.extraction.test
Methods in org.hansken.plugin.extraction.test that return ExtractionPluginProcessor Modifier and Type Method Description ExtractionPluginProcessorEmbeddedDeferredExtractionPluginFlits. processor()ExtractionPluginProcessorEmbeddedExtractionPluginFlits. processor()ExtractionPluginProcessorRemoteExtractionPluginFlits. processor() -
Uses of ExtractionPluginProcessor in org.hansken.plugin.extraction.test.base
Classes in org.hansken.plugin.extraction.test.base that implement ExtractionPluginProcessor Modifier and Type Class Description classDefaultExtractionPluginProcessorBase implementation of anExtractionPluginProcessor, which simply delegates theprocess(ClientTrace, ClientDataContext)call to the givenExtractionPlugin.
-