![]() |
filechampion4j 0.9.8.3
File validation library for Java
|
Classes | |
class | PluginConfig |
class | StepConfig |
Public Member Functions | |
PluginsHelper (JSONObject plugins) | |
Map< String, PluginConfig > | getPluginConfigs () |
Private Attributes | |
JSONObject | plugins |
This class is used to fetch and load the Json configuration data for all plugins. Allowing the Json configuration data to be loaded once and then used by all plugins. Returns a list of PluginConfig objects.
Definition at line 12 of file PluginsHelper.java.
dev.filechampion.filechampion4j.PluginsHelper.PluginsHelper | ( | JSONObject | plugins | ) |
Constructor
plugins | (JSONObject) a JSONObject containing plugin configuration data |
Definition at line 19 of file PluginsHelper.java.
References dev.filechampion.filechampion4j.PluginsHelper.plugins.
Map< String, PluginConfig > dev.filechampion.filechampion4j.PluginsHelper.getPluginConfigs | ( | ) |
Returns a list of PluginConfig objects.
Definition at line 27 of file PluginsHelper.java.
References dev.filechampion.filechampion4j.PluginsHelper.StepConfig.getType(), dev.filechampion.filechampion4j.PluginsHelper.plugins, dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setBody(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setCliPluginHelper(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setCredsPath(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setEndpoint(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setHeaders(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setHttpFailCode(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setHttpPassCode(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setMethod(), dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setName(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setName(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setOnFail(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setResponse(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setRunAfter(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setRunBefore(), dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setStepConfigs(), dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setTimeout(), and dev.filechampion.filechampion4j.PluginsHelper.StepConfig.setType().
Referenced by dev.filechampion.filechampion4j.FileValidator.loadPlugins().
|
private |
Definition at line 13 of file PluginsHelper.java.
Referenced by dev.filechampion.filechampion4j.PluginsHelper.PluginsHelper(), and dev.filechampion.filechampion4j.PluginsHelper.getPluginConfigs().