Class MandatoryPluginInfo
java.lang.Object
com.priint.pubserver.appserver.config.MandatoryPluginInfo
MandatoryPluginInfo
- Keeps name of mandatory plugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationName(String applicationName) Set the name of the application
-
Constructor Details
-
MandatoryPluginInfo
public MandatoryPluginInfo()
-
-
Method Details
-
getApplicationName
- Returns:
- applicationName as String
-
setApplicationName
Set the name of the application- Parameters:
applicationName- application name as String
-