Interface TikaResourceAware

All Superinterfaces:
TikaServerResource
All Known Implementing Classes:
XMPMetadataResource

public interface TikaResourceAware extends TikaServerResource
For SPI-loaded resources that need the shared TikaResource. The service loader can only call a no-arg (or ServiceLoader-arg) constructor, so the dependency is injected after construction, the same way ServerStatusResource receives its ServerStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setTikaResource

      void setTikaResource(TikaResource tikaResource)