filechampion4j 0.9.8.3
File validation library for Java
Loading...
Searching...
No Matches
dev.filechampion.filechampion4j.PluginsHelper.PluginConfig Class Reference
Collaboration diagram for dev.filechampion.filechampion4j.PluginsHelper.PluginConfig:
Collaboration graph

Public Member Functions

String getName ()
 
void setName (String name)
 
Map< String, StepConfiggetStepConfigs ()
 
void setStepConfigs (Map< String, StepConfig > stepConfigs)
 

Private Attributes

String name
 
Map< String, StepConfigstepConfigs
 

Detailed Description

Class to set and return a single plugin configuration.

Definition at line 80 of file PluginsHelper.java.

Member Function Documentation

◆ getName()

String dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.getName ( )

Constructor

Returns
(String) the name of the plugin (e.g. "av_scan"

Definition at line 88 of file PluginsHelper.java.

References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.name.

◆ getStepConfigs()

Map< String, StepConfig > dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.getStepConfigs ( )

Return a map of StepConfig objects.

Returns
(Map<String, StepConfig>) a map of StepConfig objects

Definition at line 104 of file PluginsHelper.java.

104 {
105 return stepConfigs;
106 }

References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.stepConfigs.

◆ setName()

void dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setName ( String  name)

Set the name of the plugin.

Parameters
name(String) the name of the plugin (e.g. "av_scan")

Definition at line 96 of file PluginsHelper.java.

96 {
97 this.name = name;
98 }

References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.name.

Referenced by dev.filechampion.filechampion4j.PluginsHelper.getPluginConfigs().

Here is the caller graph for this function:

◆ setStepConfigs()

void dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.setStepConfigs ( Map< String, StepConfig stepConfigs)

Set a map of StepConfig objects.

Parameters
stepConfigs(Map<String, StepConfig>) a map of StepConfig objects

Definition at line 112 of file PluginsHelper.java.

112 {
113 this.stepConfigs = stepConfigs;
114 }

References dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.stepConfigs.

Referenced by dev.filechampion.filechampion4j.PluginsHelper.getPluginConfigs().

Here is the caller graph for this function:

Member Data Documentation

◆ name

String dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.name
private

◆ stepConfigs

Map<String, StepConfig> dev.filechampion.filechampion4j.PluginsHelper.PluginConfig.stepConfigs
private

The documentation for this class was generated from the following file: