Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Beginning with yuuvis® RAD 9.0, the extraction-service can be extended by plug-ins.
This is based on the PF4J framework.
Inside the extraction-service, plug-ins are loaded via PF4J-Spring.

Table of Contents
minLevel1
maxLevel7

...

Code Block
languageyaml
plugins:
  enabled: true
  directory: "'../../data/plugins"'

The jar file of the plug-in must then be stored in the specified directory:

...