Uses of Class
org.modeshape.graph.mimetype.MimeTypeDetectorConfig

Packages that use MimeTypeDetectorConfig
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.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of MimeTypeDetectorConfig in org.modeshape.graph.mimetype
 

Methods in org.modeshape.graph.mimetype with parameters of type MimeTypeDetectorConfig
 boolean MimeTypeDetectors.addDetector(MimeTypeDetectorConfig config)
          Adds the configuration for a MIME-type detector before any previously added configurations, or updates any existing one that represents the same configuration
 boolean MimeTypeDetectors.removeDetector(MimeTypeDetectorConfig config)
          Removes the configuration for a MIME-type detector.
 

Uses of MimeTypeDetectorConfig in org.modeshape.repository
 

Methods in org.modeshape.repository that return types with arguments of type MimeTypeDetectorConfig
 List<MimeTypeDetectorConfig> ModeShapeEngine.ConfigurationScanner.getMimeTypeDetectors()
           
 



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