Package xsmeral.pipe.context

Processing context related classes and annotation types

See:
          Description

Interface Summary
ContextAware Indicates processor's capability of accessing a shared ProcessingContext.
FSContext A file system context, based on the notion of a single working directory.
ProcessingContext A processing context is a shared space and possibly a communication channel between processors.
 

Class Summary
PipeContext A processing context with additional possibility of accessing the underlying Pipe and the file system.
 

Annotation Types Summary
FromContext Signifies, that a field's value should be obtained from ProcessingContext.
ToContext Signifies, that a field's value is shared in the processing context
The field's value should be set in the processor's constructor or in ObjectProcessor.initialize()
 

Package xsmeral.pipe.context Description

Processing context related classes and annotation types