Class TikaParsers
- java.lang.Object
- 
- org.apache.tika.server.core.resource.TikaParsers
 
- 
- 
Constructor SummaryConstructors Constructor Description TikaParsers()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParserDetailsHTML()StringgetParserDetailsJSON()StringgetParserDetailssPlain()StringgetParsersHTML()protected StringgetParsersHTML(boolean withMimeTypes)StringgetParsersJSON()protected StringgetParsersJSON(boolean withMimeTypes)StringgetParsersPlain()protected StringgetParsersPlain(boolean withMimeTypes)
 
- 
- 
- 
Method Detail- 
getParserDetailsHTML@GET @Path("/details") @Produces("text/html") public String getParserDetailsHTML()
 - 
getParsersHTML@GET @Produces("text/html") public String getParsersHTML()
 - 
getParsersHTMLprotected 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
 
 - 
getParsersJSONprotected 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()
 - 
getParsersPlainprotected String getParsersPlain(boolean withMimeTypes) 
 
- 
 
-