Package fr.gouv.vitam.worker.common
Class PluginProperties
java.lang.Object
fr.gouv.vitam.worker.common.PluginProperties
Description of the Plugin Properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the classNameGet the propertiesFilevoid
setClassName
(String className) Set the classNamevoid
setJarName
(String jarName) void
setPropertiesFile
(String propertiesFile) Set the propertiesFile
-
Constructor Details
-
PluginProperties
Constructor.- Parameters:
className
- definitionpropertiesFile
- parameters
-
-
Method Details
-
getClassName
Get the className- Returns:
- class name as String
-
setClassName
Set the className- Parameters:
className
- as String
-
getPropertiesFile
Get the propertiesFile- Returns:
- propertiesFile
-
setPropertiesFile
Set the propertiesFile- Parameters:
propertiesFile
- the properties file
-
getJarName
-
setJarName
-