Class TikaParsers
- java.lang.Object
-
- org.apache.tika.server.core.resource.TikaParsers
-
-
Constructor Summary
Constructors Constructor Description TikaParsers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParserDetailsHTML()
String
getParserDetailsJSON()
String
getParserDetailssPlain()
String
getParsersHTML()
protected String
getParsersHTML(boolean withMimeTypes)
String
getParsersJSON()
protected String
getParsersJSON(boolean withMimeTypes)
String
getParsersPlain()
protected String
getParsersPlain(boolean withMimeTypes)
-
-
-
Method Detail
-
getParserDetailsHTML
@GET @Path("/details") @Produces("text/html") public String getParserDetailsHTML()
-
getParsersHTML
@GET @Produces("text/html") public String getParsersHTML()
-
getParsersHTML
protected String getParsersHTML(boolean withMimeTypes)
-
getParserDetailsJSON
@GET @Path("/details") @Produces("application/json") public String getParserDetailsJSON() throws IOException
- Throws:
IOException
-
getParsersJSON
@GET @Produces("application/json") public String getParsersJSON() throws IOException
- Throws:
IOException
-
getParsersJSON
protected String getParsersJSON(boolean withMimeTypes) throws IOException
- Throws:
IOException
-
getParserDetailssPlain
@GET @Path("/details") @Produces("text/plain") public String getParserDetailssPlain()
-
getParsersPlain
@GET @Produces("text/plain") public String getParsersPlain()
-
getParsersPlain
protected String getParsersPlain(boolean withMimeTypes)
-
-