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

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

Constructors in org.modeshape.repository.sequencer with parameters of type StreamSequencer
StreamSequencerAdapter(StreamSequencer streamSequencer)
           
StreamSequencerAdapter(StreamSequencer streamSequencer, boolean addDerivedMixin)
           
 

Uses of StreamSequencer in org.modeshape.sequencer.classfile
 

Classes in org.modeshape.sequencer.classfile that implement StreamSequencer
 class ClassFileSequencer
           
 

Uses of StreamSequencer in org.modeshape.sequencer.cnd
 

Classes in org.modeshape.sequencer.cnd that implement StreamSequencer
 class CndSequencer
          A sequencer of CND files.
 

Uses of StreamSequencer in org.modeshape.sequencer.ddl
 

Classes in org.modeshape.sequencer.ddl that implement StreamSequencer
 class DdlSequencer
          A sequencer of DDL files.
 

Uses of StreamSequencer in org.modeshape.sequencer.image
 

Classes in org.modeshape.sequencer.image that implement StreamSequencer
 class ImageMetadataSequencer
          A sequencer that processes the binary content of an image file, extracts the metadata for the image, and then writes that image metadata to the repository.
 

Uses of StreamSequencer in org.modeshape.sequencer.java
 

Classes in org.modeshape.sequencer.java that implement StreamSequencer
 class JavaMetadataSequencer
           
 

Uses of StreamSequencer in org.modeshape.sequencer.mp3
 

Classes in org.modeshape.sequencer.mp3 that implement StreamSequencer
 class Mp3MetadataSequencer
          A sequencer that processes the binary content of an MP3 audio file, extracts the metadata for the file, and then writes that audio metadata to the repository.
 

Uses of StreamSequencer in org.modeshape.sequencer.msoffice
 

Classes in org.modeshape.sequencer.msoffice that implement StreamSequencer
 class MSOfficeMetadataSequencer
          A sequencer that processes the content of an MS Office document, extracts the metadata for the file, and then writes that metadata to the repository.
 

Uses of StreamSequencer in org.modeshape.sequencer.teiid
 

Classes in org.modeshape.sequencer.teiid that implement StreamSequencer
 class ModelSequencer
          A sequencer of Teiid XMI model files.
 class VdbSequencer
          A sequencer of Teiid Virtual Database (VDB) files.
 

Uses of StreamSequencer in org.modeshape.sequencer.text
 

Classes in org.modeshape.sequencer.text that implement StreamSequencer
 class AbstractTextSequencer
          The base class for the text sequencers.
 class DelimitedTextSequencer
          An text sequencer implementation that uses a regular-expression pattern to split incoming rows into columns.
 class FixedWidthTextSequencer
          An text sequencer implementation that uses a list of column numbers to split incoming rows into fixed-width columns.
 

Uses of StreamSequencer in org.modeshape.sequencer.wsdl
 

Classes in org.modeshape.sequencer.wsdl that implement StreamSequencer
 class WsdlSequencer
          A sequencer that processes and extract the schema object model from XML Schema Document files.
 

Uses of StreamSequencer in org.modeshape.sequencer.xml
 

Classes in org.modeshape.sequencer.xml that implement StreamSequencer
 class InheritingXmlSequencer
          An XML sequencer that is a specialization of XmlSequencer by inheriting unqualified attribute namespaces from the element rather than from the default namespace.
 class XmlSequencer
          A sequencer for XML files, which maintains DTD, entity, comments, and other content.
 

Uses of StreamSequencer in org.modeshape.sequencer.xsd
 

Classes in org.modeshape.sequencer.xsd that implement StreamSequencer
 class XsdSequencer
          A sequencer that processes and extract the schema object model from XML Schema Document files.
 

Uses of StreamSequencer in org.modeshape.sequencer.zip
 

Classes in org.modeshape.sequencer.zip that implement StreamSequencer
 class ZipSequencer
          A sequencer that processes and extract the files and folders from ZIP archive files.
 



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