[ 
https://issues.apache.org/jira/browse/TIKA-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jukka Zitting updated TIKA-710:
-------------------------------

    Summary: Expose the Parser and Detector instances within the Tika facade  
(was: Make the Tika facade implement the Parser and Detector interfaces)

Hmm, we can't directly implement the interfaces since the return type of the 
existing detect(InputStream, Metadata) method conflicts with the one defined in 
the Detector interface.

Instead let's just add getter methods for retrieving the Parser and Detector 
instances used by the facade object.

> Expose the Parser and Detector instances within the Tika facade
> ---------------------------------------------------------------
>
>                 Key: TIKA-710
>                 URL: https://issues.apache.org/jira/browse/TIKA-710
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.0
>
>
> To simplify the work of users transitioning from the Tika facade to the more 
> powerful underlying Parser and Detector interfaces, it would be useful if the 
> Tika facade class directly implemented these interfaces in addition to 
> providing various utility methods.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to