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.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.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-2010 JBoss, a division of Red Hat. All Rights Reserved.