[
https://issues.apache.org/jira/browse/TIKA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295922#comment-14295922
]
Luke sh commented on TIKA-1535:
-------------------------------
TIKA-1517, the mime type selection mechanism with probability will be
implemented by inheriting this class MIMEtypes, and MIMETypes is currently
defined with "final" and some of its methods are tied with private modifier
which does not allow for overwriting.
> Inheritance modification for the class MIMETypes
> ------------------------------------------------
>
> Key: TIKA-1535
> URL: https://issues.apache.org/jira/browse/TIKA-1535
> Project: Tika
> Issue Type: Improvement
> Components: mime
> Reporter: Luke sh
> Priority: Trivial
>
> The Class MIMETypes does not currently allow for inheritance.
> There are a couple of methods in this class which looks independent, and some
> of which needs to be exposed or overwritten for special needs or use cases,
> this will enable tika users with more flexibility for new mime detection
> algorithm.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)