Package fr.gouv.vitam.worker.common
Class PluginProperties
- java.lang.Object
-
- fr.gouv.vitam.worker.common.PluginProperties
-
public class PluginProperties extends java.lang.ObjectDescription of the Plugin Properties.
-
-
Constructor Summary
Constructors Constructor Description PluginProperties(java.lang.String className, java.lang.String propertiesFile)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassName()Get the classNamejava.lang.StringgetJarName()java.lang.StringgetPropertiesFile()Get the propertiesFilevoidsetClassName(java.lang.String className)Set the classNamevoidsetJarName(java.lang.String jarName)voidsetPropertiesFile(java.lang.String propertiesFile)Set the propertiesFile
-
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
Get the className- Returns:
- class name as String
-
setClassName
public void setClassName(java.lang.String className)
Set the className- Parameters:
className- as String
-
getPropertiesFile
public java.lang.String getPropertiesFile()
Get the propertiesFile- Returns:
- propertiesFile
-
setPropertiesFile
public void setPropertiesFile(java.lang.String propertiesFile)
Set the propertiesFile- Parameters:
propertiesFile- the properties file
-
getJarName
public java.lang.String getJarName()
-
setJarName
public void setJarName(java.lang.String jarName)
-
-