ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.jcr.mimetype.MimeTypeDetector

Packages that use MimeTypeDetector
org.modeshape.jcr   
org.modeshape.jcr.mimetype This package defines an internal adapter framework for detecting MIME types. 
org.modeshape.jcr.text This package defines an interface for components that extract text from content. 
org.modeshape.jcr.value.binary   
 

Uses of MimeTypeDetector in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return MimeTypeDetector
protected  MimeTypeDetector JcrRepository.RunningState.mimeTypeDetector()
           
 

Uses of MimeTypeDetector in org.modeshape.jcr.mimetype
 

Classes in org.modeshape.jcr.mimetype that implement MimeTypeDetector
 class MimeTypeDetectors
          Implementation of MimeTypeDetector that can be used to detect MIME types.
 class NullMimeTypeDetector
          Implementation of MimeTypeDetector which doesn't detect mime-types.
 class TikaMimeTypeDetector
          A MimeTypeDetector that uses the Tika library.
 

Fields in org.modeshape.jcr.mimetype declared as MimeTypeDetector
static MimeTypeDetector NullMimeTypeDetector.INSTANCE
           
 

Uses of MimeTypeDetector in org.modeshape.jcr.text
 

Constructors in org.modeshape.jcr.text with parameters of type MimeTypeDetector
TextExtractorContext(MimeTypeDetector detector)
           
 

Uses of MimeTypeDetector in org.modeshape.jcr.value.binary
 

Methods in org.modeshape.jcr.value.binary that return MimeTypeDetector
protected  MimeTypeDetector AbstractBinaryStore.detector()
          Get the MIME type detector that can be used to find the MIME type for binary content
 

Methods in org.modeshape.jcr.value.binary with parameters of type MimeTypeDetector
 void BinaryStore.setMimeTypeDetector(MimeTypeDetector mimeTypeDetector)
          Set the MIME type detector that can be used for determining the MIME type for binary content.
 void AbstractBinaryStore.setMimeTypeDetector(MimeTypeDetector mimeTypeDetector)
           
 


ModeShape Distribution 3.0.0.CR1

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