ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.api.sequencer.Sequencer

Packages that use Sequencer
org.modeshape.jcr   
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   
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.javafile 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.sramp The classes that make up the S-RAMP library. 
org.modeshape.sequencer.teiid The classes that make up the Teiid VDB sequencer. 
org.modeshape.sequencer.teiid.model The classes that make up the Teiid model 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 Sequencer in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Sequencer
 Sequencer Sequencers.SequencingConfiguration.getSequencer()
           
 Sequencer Sequencers.getSequencer(UUID id)
           
 

Methods in org.modeshape.jcr with parameters of type Sequencer
protected  Set<SequencerPathExpression> Sequencers.buildPathExpressionSet(Sequencer sequencer)
           
 

Constructors in org.modeshape.jcr with parameters of type Sequencer
Sequencers.SequencingConfiguration(SequencerPathExpression expression, Sequencer sequencer)
           
 

Uses of Sequencer in org.modeshape.sequencer.classfile
 

Subclasses of Sequencer in org.modeshape.sequencer.classfile
 class ClassFileSequencer
           
 

Uses of Sequencer in org.modeshape.sequencer.cnd
 

Subclasses of Sequencer in org.modeshape.sequencer.cnd
 class CndSequencer
          A sequencer of CND files.
 

Uses of Sequencer in org.modeshape.sequencer.ddl
 

Subclasses of Sequencer in org.modeshape.sequencer.ddl
 class DdlSequencer
          A sequencer of DDL files.
 

Uses of Sequencer in org.modeshape.sequencer.image
 

Subclasses of Sequencer in org.modeshape.sequencer.image
 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 Sequencer in org.modeshape.sequencer.javafile
 

Subclasses of Sequencer in org.modeshape.sequencer.javafile
 class JavaFileSequencer
          Sequencer which handles java source files.
 

Uses of Sequencer in org.modeshape.sequencer.mp3
 

Subclasses of Sequencer in org.modeshape.sequencer.mp3
 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 Sequencer in org.modeshape.sequencer.msoffice
 

Subclasses of Sequencer in org.modeshape.sequencer.msoffice
 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 Sequencer in org.modeshape.sequencer.sramp
 

Subclasses of Sequencer in org.modeshape.sequencer.sramp
 class AbstractSrampSequencer
          Base class for sequencers which are based on the S-RAMP specification.
 

Uses of Sequencer in org.modeshape.sequencer.teiid
 

Subclasses of Sequencer in org.modeshape.sequencer.teiid
 class VdbSequencer
          A sequencer of Teiid Virtual Database (VDB) files.
 

Uses of Sequencer in org.modeshape.sequencer.teiid.model
 

Subclasses of Sequencer in org.modeshape.sequencer.teiid.model
 class ModelSequencer
          A sequencer of Teiid XMI model files.
 

Uses of Sequencer in org.modeshape.sequencer.text
 

Subclasses of Sequencer in org.modeshape.sequencer.text
 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 Sequencer in org.modeshape.sequencer.wsdl
 

Subclasses of Sequencer in org.modeshape.sequencer.wsdl
 class WsdlSequencer
          A sequencer that processes and extract the schema object model from XML Schema Document files.
 

Uses of Sequencer in org.modeshape.sequencer.xml
 

Subclasses of Sequencer in org.modeshape.sequencer.xml
 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 Sequencer in org.modeshape.sequencer.xsd
 

Subclasses of Sequencer in org.modeshape.sequencer.xsd
 class XsdSequencer
          A sequencer that processes and extract the schema object model from XML Schema Document files.
 

Uses of Sequencer in org.modeshape.sequencer.zip
 

Subclasses of Sequencer in org.modeshape.sequencer.zip
 class ZipSequencer
          A sequencer that processes and extract the files and folders from ZIP archive files.
 


ModeShape Distribution 3.0.0.Beta4

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