@Path(value="/detectors") public class TikaDetectors extends Object
Provides details of all the Detectors registered with Apache Tika, similar to --list-detectors with the Tika CLI.
Detector
TikaDetectors(TikaConfig tika)
String
getDectorsHTML()
getDetectorsJSON()
getDetectorsPlain()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TikaDetectors(TikaConfig tika)
@GET @Produces(value="text/html") public String getDectorsHTML()
@GET @Produces(value="application/json") public String getDetectorsJSON()
@GET @Produces(value="text/plain") public String getDetectorsPlain()
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.