Class TikaParsers
java.lang.Object
org.apache.tika.server.core.resource.TikaParsers
Provides details of all the Parser
s registered with
Apache Tika, similar to --list-parsers and
--list-parser-details within the Tika CLI.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getParsersHTML
(boolean withMimeTypes) protected String
getParsersJSON
(boolean withMimeTypes) protected String
getParsersPlain
(boolean withMimeTypes)
-
Constructor Details
-
TikaParsers
public TikaParsers()
-
-
Method Details
-
getParserDetailsHTML
-
getParsersHTML
-
getParsersHTML
-
getParserDetailsJSON
@GET @Path("/details") @Produces("application/json") public String getParserDetailsJSON() throws IOException- Throws:
IOException
-
getParsersJSON
- Throws:
IOException
-
getParsersJSON
- Throws:
IOException
-
getParserDetailssPlain
-
getParsersPlain
-
getParsersPlain
-