Class MandatoryPluginInfo


  • public class MandatoryPluginInfo
    extends java.lang.Object
    MandatoryPluginInfo

    - Keeps name of mandatory plugin

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApplicationName()  
      void setApplicationName​(java.lang.String applicationName)
      Set the name of the application
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MandatoryPluginInfo

        public MandatoryPluginInfo()
    • Method Detail

      • getApplicationName

        public java.lang.String getApplicationName()
        Returns:
        applicationName as String
      • setApplicationName

        public void setApplicationName​(java.lang.String applicationName)
        Set the name of the application
        Parameters:
        applicationName - application name as String