|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeTypeDetector | |
---|---|
org.modeshape.extractor.tika | The classes that make up the TextExtractor implementation that uses the Apache Tika
Parser implementations. |
org.modeshape.jcr | |
org.modeshape.jcr.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.jcr.value.binary |
Uses of MimeTypeDetector in org.modeshape.extractor.tika |
---|
Subclasses of MimeTypeDetector in org.modeshape.extractor.tika | |
---|---|
class |
TikaMimeTypeDetector
Implementation of a MimeTypeDetector which uses Tika. |
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 |
---|
Subclasses of MimeTypeDetector in org.modeshape.jcr.mimetype | |
---|---|
class |
ApertureMimeTypeDetector
A MimeTypeDetector that uses the Aperture library. |
class |
ExtensionBasedMimeTypeDetector
A MimeTypeDetector that attempts to match the extension of the supplied name against a set of known file extensions. |
class |
MimeTypeDetectors
Implementation of MimeTypeDetector which holds an inner list of different MimeTypeDetector implementations and
queries each of them, in order to determine a mime-type. |
class |
NullMimeTypeDetector
Implementation of MimeTypeDetector which doesn't detect mime-types. |
Fields in org.modeshape.jcr.mimetype declared as MimeTypeDetector | |
---|---|
static MimeTypeDetector |
NullMimeTypeDetector.INSTANCE
|
static MimeTypeDetector |
ExtensionBasedMimeTypeDetector.INSTANCE
|
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.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |