Package org.modeshape.graph.sequencer

A sequencer in ModeShape is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content.

See:
          Description


Interface Summary
SequencerOutput Interface for sequencers to use to generate their output.
StreamSequencer The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
 

Class Summary
StreamSequencerContext A special ExecutionContext that is used for sequencing streams.
 

Package org.modeshape.graph.sequencer Description

A sequencer in ModeShape is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. This package defines the interfaces for the sequencing system.

StreamSequencer

The StreamSequencer interface is a special form of sequencer that processes information coming through an InputStream. Implementations are responsible for processing the content and generating structured content using the supplied SequencerOutput interface. Additional details about the information being sequenced is available in the supplied StreamSequencerContext.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.