diff Sphinx/source/users/docker-orthancteam.rst @ 1082:202b378001f0

java plugin in docker image
author Alain Mazy <am@orthanc.team>
date Tue, 18 Jun 2024 13:45:39 +0200
parents 7c6b752c2e30
children 4f3709b36f8a
line wrap: on
line diff
--- a/Sphinx/source/users/docker-orthancteam.rst	Tue Jun 18 12:02:16 2024 +0200
+++ b/Sphinx/source/users/docker-orthancteam.rst	Tue Jun 18 13:45:39 2024 +0200
@@ -464,9 +464,24 @@
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **Ohif**                                         | ``OHIF_PLUGIN_ENABLED``                          |                                                                                                    |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
-| **STL**                                          | ``STL_PLUGIN_ENABLED``                           |                                                                                                    |
+| **STL**                                          | ``STL_PLUGIN_ENABLED``                           | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "STL": {                                                                                       |
+|                                                  |                                                  |       "Enable": true                                                                               |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
-
+| **Java**                                         | ``JAVA_PLUGIN_ENABLED``                          | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "Java": {                                                                                      |
+|                                                  |                                                  |       "Enable": true,                                                                              |
+|                                                  |                                                  |       "Classpath": "MUST BE DEFINED BY YOU",                                                       |
+|                                                  |                                                  |       "InitializationClass": "MUST BE DEFINED BY YOU"                                              |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 
 Under the hood
 --------------