Uses of Class
org.jboss.dna.graph.sequencer.StreamSequencerContext

Packages that use StreamSequencerContext
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. 
org.jboss.dna.sequencer.classfile The classes that provide the ability to sequence Java class files into metadata and then write that metadata to a graph in a customizable way. 
org.jboss.dna.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.jboss.dna.sequencer.ddl   
org.jboss.dna.sequencer.image The classes that make up the image sequencer. 
org.jboss.dna.sequencer.java The classes that make up the Java source file sequencer. 
org.jboss.dna.sequencer.mp3 The classes that make up the MP3 file sequencer. 
org.jboss.dna.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.jboss.dna.sequencer.text The classes that provide the ability to sequence fixed-width and delimited text files. 
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
org.jboss.dna.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Uses of StreamSequencerContext in org.jboss.dna.graph.sequencer
 

Methods in org.jboss.dna.graph.sequencer with parameters of type StreamSequencerContext
 void StreamSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.classfile
 

Methods in org.jboss.dna.sequencer.classfile with parameters of type StreamSequencerContext
 void DefaultClassFileRecorder.recordClass(StreamSequencerContext context, SequencerOutput output, ClassMetadata classMetadata)
           
 void ClassFileRecorder.recordClass(StreamSequencerContext context, SequencerOutput output, ClassMetadata classMetadata)
          Records a row using the provided SequencerOutput instance.
 void ClassFileSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
           
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.cnd
 

Methods in org.jboss.dna.sequencer.cnd with parameters of type StreamSequencerContext
 void CndSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.ddl
 

Methods in org.jboss.dna.sequencer.ddl with parameters of type StreamSequencerContext
 void DdlSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.image
 

Methods in org.jboss.dna.sequencer.image with parameters of type StreamSequencerContext
 void ImageMetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.java
 

Methods in org.jboss.dna.sequencer.java with parameters of type StreamSequencerContext
 void JavaMetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.mp3
 

Methods in org.jboss.dna.sequencer.mp3 with parameters of type StreamSequencerContext
 void Mp3MetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.msoffice
 

Methods in org.jboss.dna.sequencer.msoffice with parameters of type StreamSequencerContext
 void MSOfficeMetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.text
 

Methods in org.jboss.dna.sequencer.text with parameters of type StreamSequencerContext
 void RowFactory.recordRow(StreamSequencerContext context, SequencerOutput output, String[] columns)
          Records a row using the provided SequencerOutput instance.
 void DefaultRowFactory.recordRow(StreamSequencerContext context, SequencerOutput output, String[] columns)
           
 void AbstractTextSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.xml
 

Methods in org.jboss.dna.sequencer.xml with parameters of type StreamSequencerContext
 void XmlSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.zip
 

Methods in org.jboss.dna.sequencer.zip with parameters of type StreamSequencerContext
 void ZipSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 



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