Uses of Interface
xsmeral.pipe.context.ContextAware

Packages that use ContextAware
xsmeral.pipe Pipe implementation and exceptions 
xsmeral.pipe.interfaces Interfaces of processors (source, sink) and annotations 
 

Uses of ContextAware in xsmeral.pipe
 

Classes in xsmeral.pipe that implement ContextAware
 class AbstractObjectProcessor
          Implements basic functionality common for all object processors.
 class LocalObjectFilter<I,O>
          An object processor that serves the role of a filter.
 class LocalObjectSink<I>
          An object processor in the role of an object sink, usually persists objects.
 class LocalObjectSource<O>
          An object processor in the role of an object source, produces objects.
 

Uses of ContextAware in xsmeral.pipe.interfaces
 

Subinterfaces of ContextAware in xsmeral.pipe.interfaces
 interface ObjectProcessor
          An object processor is a runnable command which performs a specific task.