![]() |
filechampion4j 0.9.8.3
File validation library for Java
|

Public Member Functions | |
| String | getName () |
| void | setName (String name) |
| Map< String, StepConfig > | getStepConfigs () |
| void | setStepConfigs (Map< String, StepConfig > stepConfigs) |
Private Attributes | |
| String | name |
| Map< String, StepConfig > | stepConfigs |
Class to set and return a single plugin configuration.
Definition at line 80 of file PluginsHelper.java.
| String dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.getName | ( | ) |
Constructor
Definition at line 88 of file PluginsHelper.java.
References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.name.
| Map< String, StepConfig > dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.getStepConfigs | ( | ) |
Return a map of StepConfig objects.
Definition at line 104 of file PluginsHelper.java.
References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.stepConfigs.
| void dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setName | ( | String | name | ) |
Set the name of the plugin.
| name | (String) the name of the plugin (e.g. "av_scan") |
Definition at line 96 of file PluginsHelper.java.
References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.name.
Referenced by dev.filechampion.filechampion4j.PluginsHelper.getPluginConfigs().

| void dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setStepConfigs | ( | Map< String, StepConfig > | stepConfigs | ) |
Set a map of StepConfig objects.
| stepConfigs | (Map<String, StepConfig>) a map of StepConfig objects |
Definition at line 112 of file PluginsHelper.java.
References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.stepConfigs.
Referenced by dev.filechampion.filechampion4j.PluginsHelper.getPluginConfigs().

|
private |
Definition at line 81 of file PluginsHelper.java.
Referenced by dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.getName(), and dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setName().
|
private |
Definition at line 82 of file PluginsHelper.java.
Referenced by dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.getStepConfigs(), and dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setStepConfigs().