Uses of Interface
org.jboss.dna.graph.sequencer.SequencerOutput

Packages that use SequencerOutput
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.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.jboss.dna.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
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.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 SequencerOutput in org.jboss.dna.graph.sequencer
 

Methods in org.jboss.dna.graph.sequencer with parameters of type SequencerOutput
 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 SequencerOutput in org.jboss.dna.repository.sequencer
 

Classes in org.jboss.dna.repository.sequencer that implement SequencerOutput
 class SequencerOutputMap
          A basic SequencerOutput that records all information in-memory and which organizes the properties by node paths and provides access to the nodes in a natural path-order.
 

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

Methods in org.jboss.dna.sequencer.cnd with parameters of type SequencerOutput
 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 SequencerOutput in org.jboss.dna.sequencer.image
 

Methods in org.jboss.dna.sequencer.image with parameters of type SequencerOutput
 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 SequencerOutput in org.jboss.dna.sequencer.java
 

Methods in org.jboss.dna.sequencer.java with parameters of type SequencerOutput
 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.
static void SimpleTypeMetadataSequencer.sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata, String rootPath, SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory)
          Sequence the type name of the simple type.
static void ArrayTypeFieldMetadataSequencer.sequenceFieldMemberData(ArrayTypeFieldMetadata arrayTypeFieldMetadata, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output, String path, int index)
          Sequence member data of array type.
static void ArrayTypeFieldMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, ArrayTypeFieldMetadata arrayTypeFieldMetadata, String methodParamRootPath)
          Sequence all formal parameters of a method.
static void SimpleTypeMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, String methodParamRootPath)
           
static void SimpleTypeMetadataSequencer.sequenceMethodReturnType(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, String methodRootPath)
          Sequence the return type of a method.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeModifier(ModifierMetadata modifierMetadata, String parameterizedTypeModifierPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences a modifier of this parameterized type.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeName(ParameterizedTypeFieldMetadata parameterizedTypeFieldMetadata, String parameterizedTypeFieldRootPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences the type name of the parameterized type.
static void VariableSequencer.sequenceTheVariable(SequencerOutput output, NameFactory nameFactory, Variable variable, Path path)
          Sequence a variable.
 

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

Methods in org.jboss.dna.sequencer.mp3 with parameters of type SequencerOutput
 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 SequencerOutput in org.jboss.dna.sequencer.msoffice
 

Methods in org.jboss.dna.sequencer.msoffice with parameters of type SequencerOutput
 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 SequencerOutput in org.jboss.dna.sequencer.xml
 

Methods in org.jboss.dna.sequencer.xml with parameters of type SequencerOutput
 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 SequencerOutput in org.jboss.dna.sequencer.zip
 

Methods in org.jboss.dna.sequencer.zip with parameters of type SequencerOutput
 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-2009 JBoss, a division of Red Hat. All Rights Reserved.