See: Description
Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
ContentDetector |
MimeTypeDetector implementation which uses Apache Tika to determine the mimetype of a given binary, based on the
content (binary) header. |
NameOnlyDetector |
MimeTypeDetector implementation which uses Apache Tika to determine the mimetype of a given binary, based only
on the name of the binary property. |
NullMimeTypeDetector |
Implementation of
MimeTypeDetector which doesn't detect mime-types. |
TikaMimeTypeDetector |
A base class for the
MimeTypeDetector s that use the Tika library. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.