public class GroupProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
defaultGroupIds |
| Constructor and Description |
|---|
GroupProvider(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPluginInfo(PluginInfo pluginInfo) |
String |
getGroupId() |
int |
getOrder() |
List<PluginInfo> |
getPluginInfos() |
String |
getResourceBundleKey() |
void |
setGroupId(String groupId) |
void |
setOrder(int order) |
void |
setPluginInfos(List<PluginInfo> pluginInfos) |
void |
setResourceBundleKey(String resourceBundleKey) |
public GroupProvider(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
groupId - the groupId to setpublic String getResourceBundleKey()
public void setResourceBundleKey(String resourceBundleKey)
resourceBundleKey - the resourceBundleKey to setpublic int getOrder()
public void setOrder(int order)
order - the order to setpublic List<PluginInfo> getPluginInfos()
public void setPluginInfos(List<PluginInfo> pluginInfos)
pluginInfos - the pluginInfos to setpublic void addPluginInfo(PluginInfo pluginInfo)
pluginInfo - the pluginInfo to addCopyright © 2003–2015 eXo Platform SAS. All rights reserved.