Uses of Class
org.modeshape.graph.sequencer.StreamSequencerContext

Packages that use StreamSequencerContext
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.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 StreamSequencerContext in org.modeshape.graph.sequencer
 

Methods in org.modeshape.graph.sequencer that return StreamSequencerContext
 StreamSequencerContext StreamSequencerContext.with(ClassLoaderFactory classLoaderFactory)
          Create a new execution context that mirrors this context but that uses the supplied class loader factory.
 StreamSequencerContext StreamSequencerContext.with(Map<String,String> data)
          Create a new execution context that mirrors this context but that contains the supplied data.
 StreamSequencerContext StreamSequencerContext.with(MimeTypeDetector mimeTypeDetector)
          Create a new execution context that is the same as this context, but which uses the supplied MIME type detector.
 StreamSequencerContext StreamSequencerContext.with(NamespaceRegistry namespaceRegistry)
          Create a new execution context that mirrors this context but that uses the supplied namespace registry.
 StreamSequencerContext StreamSequencerContext.with(SecurityContext securityContext)
          Create an ExecutionContext that is the same as this context, but which uses the supplied security context.
 StreamSequencerContext StreamSequencerContext.with(String processId)
          Create a new execution context that mirrors this context but that contains the supplied process identifier.
 StreamSequencerContext StreamSequencerContext.with(String key, String value)
          Create a new execution context that mirrors this context but that contains the supplied key-value pair in the new context's data.
 

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

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

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

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

Uses of StreamSequencerContext in org.modeshape.sequencer.ddl
 

Methods in org.modeshape.sequencer.ddl with parameters of type StreamSequencerContext
protected  String DdlSequencer.getNameOfDdlContent(StreamSequencerContext context)
          Utility method that attempts to discover the "name" of the DDL content being sequenced, which may help identify the dialect.
protected  List<DdlParser> DdlSequencer.getParserList(StreamSequencerContext context)
           
 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.modeshape.sequencer.image
 

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

Methods in org.modeshape.sequencer.java with parameters of type StreamSequencerContext
 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.
 

Uses of StreamSequencerContext in org.modeshape.sequencer.mp3
 

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

Methods in org.modeshape.sequencer.msoffice with parameters of type StreamSequencerContext
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 StreamSequencerContext in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid with parameters of type StreamSequencerContext
 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.
 

Uses of StreamSequencerContext in org.modeshape.sequencer.text
 

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

Fields in org.modeshape.sequencer.wsdl declared as StreamSequencerContext
protected  StreamSequencerContext WsdlReader.context
           
 

Methods in org.modeshape.sequencer.wsdl that return StreamSequencerContext
 StreamSequencerContext WsdlReader.getContext()
          Get the sequencing context in which this reader is being used.
 

Methods in org.modeshape.sequencer.wsdl with parameters of type StreamSequencerContext
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 StreamSequencerContext
Wsdl11Reader(SequencerOutput output, StreamSequencerContext context)
           
WsdlReader(SequencerOutput output, StreamSequencerContext context)
           
 

Uses of StreamSequencerContext in org.modeshape.sequencer.xml
 

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

Fields in org.modeshape.sequencer.xsd declared as StreamSequencerContext
protected  StreamSequencerContext XsdReader.context
           
 

Methods in org.modeshape.sequencer.xsd that return StreamSequencerContext
 StreamSequencerContext XsdReader.getContext()
          Get the sequencing context in which this reader is being used.
 

Methods in org.modeshape.sequencer.xsd with parameters of type StreamSequencerContext
 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 StreamSequencerContext
XsdReader(SequencerOutput output, StreamSequencerContext context)
           
XsdReader(SequencerOutput output, StreamSequencerContext context, XsdResolvers resolvers)
           
 

Uses of StreamSequencerContext in org.modeshape.sequencer.zip
 

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