Uses of Package
org.modeshape.graph.mimetype

Packages that use org.modeshape.graph.mimetype
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.mimetype This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. 
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.graph.text This package defines an interface for components that extract text from content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.mimetype.aperture The classes that make up the Aperture MIME type detector. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.graph
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.graph.mimetype
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
MimeTypeDetectorConfig
          A configuration for a MimeTypeDetector component.
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.graph.sequencer
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.graph.text
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.jcr
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.mimetype.aperture
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
 

Classes in org.modeshape.graph.mimetype used by org.modeshape.repository
MimeTypeDetector
          MIME-type detection libraries must provide thread-safe implementations of this interface to enable ModeShape to use the libraries to return MIME-types for data sources.
MimeTypeDetectorConfig
          A configuration for a MimeTypeDetector component.
 



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