Configuration

plugins/common.yaml

The configuration file plugins/common.yaml describes all plugins so Steep can compile and use them during runtime. The file contains an array of descriptor objects with the properties specified in the section on extending Steep through plugins.

Note: The path to the plugin configuration file can be configured with the item steep.plugins in Steep’s general configuration.

plugins/common.yaml
yaml
# interprets a missing file as an empty list
- name: fileOrEmptyList
  type: outputAdapter
  scriptFile: conf/plugins/fileOrEmptyList.kt
  version: 1.0.0
  supportedDataType: fileOrEmptyList