Class TikaDetectors
java.lang.Object
org.apache.tika.server.core.resource.TikaDetectors
Provides details of all the Detectors registered with
Apache Tika, similar to --list-detectors with the Tika CLI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TikaDetectors
public TikaDetectors()
-
-
Method Details
-
getDectorsHTML
- Throws:
TikaConfigException
-
getDetectorsJSON
@GET @Produces("application/json") public String getDetectorsJSON() throws IOException, TikaConfigException- Throws:
IOExceptionTikaConfigException
-
getDetectorsPlain
- Throws:
TikaConfigException
-