Uses of Interface
org.jboss.dna.graph.sequencer.StreamSequencer

Packages that use StreamSequencer
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.jboss.dna.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.jboss.dna.sequencer.image The classes that make up the image sequencer. 
org.jboss.dna.sequencer.java The classes that make up the Java source file sequencer. 
org.jboss.dna.sequencer.mp3 The classes that make up the MP3 file sequencer. 
org.jboss.dna.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
org.jboss.dna.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Uses of StreamSequencer in org.jboss.dna.repository.sequencer
 

Constructors in org.jboss.dna.repository.sequencer with parameters of type StreamSequencer
StreamSequencerAdapter(StreamSequencer streamSequencer)
           
 

Uses of StreamSequencer in org.jboss.dna.sequencer.cnd
 

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

Uses of StreamSequencer in org.jboss.dna.sequencer.image
 

Classes in org.jboss.dna.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.jboss.dna.sequencer.java
 

Classes in org.jboss.dna.sequencer.java that implement StreamSequencer
 class JavaMetadataSequencer
          A Java sequencer that processes a compilation unit, extracts the meta data for the compilation unit, and then writes these informations to the repository.
 

Uses of StreamSequencer in org.jboss.dna.sequencer.mp3
 

Classes in org.jboss.dna.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.jboss.dna.sequencer.msoffice
 

Classes in org.jboss.dna.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.jboss.dna.sequencer.xml
 

Classes in org.jboss.dna.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.jboss.dna.sequencer.zip
 

Classes in org.jboss.dna.sequencer.zip that implement StreamSequencer
 class ZipSequencer
          A sequencer that processes and extract metadata from ZIP files.
 



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