Package org.jboss.dna.graph.sequencer

A sequencer in JBoss DNA 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 DNA sequencer that processes a property as a stream to extract information from the content and store in the repository.
 

Class Summary
SequencerContext  
 

Package org.jboss.dna.graph.sequencer Description

A sequencer in JBoss DNA 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 SequencerContext.



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