Class TikaDetectors
- java.lang.Object
- 
- org.apache.tika.server.core.resource.TikaDetectors
 
- 
- 
Constructor SummaryConstructors Constructor Description TikaDetectors()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDectorsHTML()StringgetDetectorsJSON()StringgetDetectorsPlain()
 
- 
- 
- 
Method Detail- 
getDectorsHTML@GET @Produces("text/html") public String getDectorsHTML()
 - 
getDetectorsJSON@GET @Produces("application/json") public String getDetectorsJSON() throws IOException- Throws:
- IOException
 
 - 
getDetectorsPlain@GET @Produces("text/plain") public String getDetectorsPlain()
 
- 
 
-