Uses of Package
org.modeshape.graph.sequencer

Packages that use org.modeshape.graph.sequencer
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.xml The classes that make up the XML sequencer. 
org.modeshape.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.graph.sequencer
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.repository.sequencer
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.classfile
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.cnd
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.ddl
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.image
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.java
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.mp3
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.msoffice
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.teiid
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.text
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.xml
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 

Classes in org.modeshape.graph.sequencer used by org.modeshape.sequencer.zip
SequencerOutput
          Interface for sequencers to use to generate their output.
StreamSequencer
          The interface for a ModeShape sequencer that processes a property as a stream to extract information from the content and store in the repository.
StreamSequencerContext
          A special ExecutionContext that is used for sequencing streams.
 



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