Class GroupProvider


  • public class GroupProvider
    extends Object
    • Field Detail

      • defaultGroupIds

        public static final List<String> defaultGroupIds
    • Constructor Detail

      • GroupProvider

        public GroupProvider​(String groupId)
    • Method Detail

      • getGroupId

        public String getGroupId()
        Returns:
        the groupId
      • setGroupId

        public void setGroupId​(String groupId)
        Parameters:
        groupId - the groupId to set
      • getResourceBundleKey

        public String getResourceBundleKey()
        Returns:
        the resourceBundleKey
      • setResourceBundleKey

        public void setResourceBundleKey​(String resourceBundleKey)
        Parameters:
        resourceBundleKey - the resourceBundleKey to set
      • getOrder

        public int getOrder()
        Returns:
        the order
      • setOrder

        public void setOrder​(int order)
        Parameters:
        order - the order to set
      • getPluginInfos

        public List<PluginInfo> getPluginInfos()
        Returns:
        the pluginInfos
      • setPluginInfos

        public void setPluginInfos​(List<PluginInfo> pluginInfos)
        Parameters:
        pluginInfos - the pluginInfos to set
      • addPluginInfo

        public void addPluginInfo​(PluginInfo pluginInfo)
        Parameters:
        pluginInfo - the pluginInfo to add