Uses of Interface
org.modeshape.graph.sequencer.SequencerOutput

Packages that use SequencerOutput
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. 
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.modeshape.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.modeshape.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
org.modeshape.sequencer.image The classes that make up the image sequencer. 
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.mp3 The classes that make up the MP3 file sequencer. 
org.modeshape.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.text The classes that provide the ability to sequence fixed-width and delimited text files. 
org.modeshape.sequencer.wsdl The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
org.modeshape.sequencer.xsd The classes that make up the XML Schema Document sequencer. 
org.modeshape.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Uses of SequencerOutput in org.modeshape.graph.sequencer
 

Methods in org.modeshape.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.modeshape.repository.sequencer
 

Classes in org.modeshape.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.modeshape.sequencer.classfile
 

Methods in org.modeshape.sequencer.classfile with parameters of type SequencerOutput
 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 SequencerOutput in org.modeshape.sequencer.cnd
 

Methods in org.modeshape.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.
 

Constructors in org.modeshape.sequencer.cnd with parameters of type SequencerOutput
CndSequencer.OutputDestination(SequencerOutput output, StreamSequencerContext context)
           
 

Uses of SequencerOutput in org.modeshape.sequencer.ddl
 

Methods in org.modeshape.sequencer.ddl with parameters of type SequencerOutput
 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 SequencerOutput in org.modeshape.sequencer.image
 

Methods in org.modeshape.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.modeshape.sequencer.java
 

Methods in org.modeshape.sequencer.java with parameters of type SequencerOutput
 void SourceFileRecorder.record(StreamSequencerContext context, SequencerOutput output, JavaMetadata javaMetadata)
          Records a source file using the provided SequencerOutput instance.
 void OriginalFormatSourceFileRecorder.record(StreamSequencerContext context, SequencerOutput output, JavaMetadata javaMetadata)
           
 void ClassSourceFileRecorder.record(StreamSequencerContext context, SequencerOutput output, JavaMetadata javaMetadata)
           
 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, Path 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, Path path, int index)
          Sequence member data of array type.
static void ArrayTypeFieldMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, ArrayTypeFieldMetadata arrayTypeFieldMetadata, Path methodParamRootPath)
          Sequence all formal parameters of a method.
static void SimpleTypeMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path methodParamRootPath)
           
static void SimpleTypeMetadataSequencer.sequenceMethodReturnType(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path methodRootPath)
          Sequence the return type of a method.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeModifier(ModifierMetadata modifierMetadata, Path parameterizedTypeModifierPath, PathFactory pathFactory, NameFactory nameFactory, SequencerOutput output)
          Sequences a modifier of this parameterized type.
static void ParameterizedTypeFieldMetadataSequencer.sequenceTheParameterizedTypeName(ParameterizedTypeFieldMetadata parameterizedTypeFieldMetadata, Path 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.modeshape.sequencer.mp3
 

Methods in org.modeshape.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.modeshape.sequencer.msoffice
 

Methods in org.modeshape.sequencer.msoffice with parameters of type SequencerOutput
protected  void MSOfficeMetadataSequencer.recordMetadata(SequencerOutput output, StreamSequencerContext context, Path metadataNode, MSOfficeMetadata metadata)
           
 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.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid with parameters of type SequencerOutput
 Path XmiModelReader.ModelObjectHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.DefaultModelObjectHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.ModelImportHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.AnnotationHandler.process(Path path, SubgraphNode annotation, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.TransformationHandler.process(Path path, SubgraphNode transformation, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.SkipNodeHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.SkipBranchHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
protected  Path XmiModelReader.processObject(Path parentPath, SubgraphNode node, SequencerOutput output)
           
 void VdbSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 void ModelSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 boolean XmiModelReader.write(SequencerOutput output)
           
 boolean XmiModelReader.writePhase0(SequencerOutput output)
           
 boolean XmiModelReader.writePhase1(SequencerOutput output)
           
 boolean XmiModelReader.writePhase2(SequencerOutput output)
           
 boolean XmiModelReader.writePhase3(SequencerOutput output)
           
 void XmiModelReader.PropertySet.writeTo(SequencerOutput output, Path path)
           
 

Uses of SequencerOutput in org.modeshape.sequencer.text
 

Methods in org.modeshape.sequencer.text with parameters of type SequencerOutput
 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 SequencerOutput in org.modeshape.sequencer.wsdl
 

Fields in org.modeshape.sequencer.wsdl declared as SequencerOutput
protected  SequencerOutput WsdlReader.output
           
 

Methods in org.modeshape.sequencer.wsdl with parameters of type SequencerOutput
protected  WsdlReader<?> WsdlSequencer.newReader(SequencerOutput output, StreamSequencerContext context)
          Create the WsdlReader instance that should be used.
 void WsdlSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Constructors in org.modeshape.sequencer.wsdl with parameters of type SequencerOutput
Wsdl11Reader(SequencerOutput output, StreamSequencerContext context)
           
WsdlReader(SequencerOutput output, StreamSequencerContext context)
           
 

Uses of SequencerOutput in org.modeshape.sequencer.xml
 

Methods in org.modeshape.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.modeshape.sequencer.xsd
 

Fields in org.modeshape.sequencer.xsd declared as SequencerOutput
protected  SequencerOutput XsdReader.output
           
 

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

Constructors in org.modeshape.sequencer.xsd with parameters of type SequencerOutput
XsdReader(SequencerOutput output, StreamSequencerContext context)
           
XsdReader(SequencerOutput output, StreamSequencerContext context, XsdResolvers resolvers)
           
 

Uses of SequencerOutput in org.modeshape.sequencer.zip
 

Methods in org.modeshape.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-2012 JBoss, a division of Red Hat. All Rights Reserved.