public class PluginConfig extends Object
| Constructor and Description |
|---|
PluginConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultConfig() |
GroupConfig |
getGroupConfig() |
String |
getGroupId() |
String |
getOrder() |
String |
getPluginId() |
String |
getResourceBundleKey() |
TemplateConfig |
getTemplateConfig() |
boolean |
isChildPlugin() |
PluginConfig |
isChildPlugin(boolean isChildPlugin) |
void |
setDefaultConfig(List<String> defaultConfig) |
void |
setGroupConfig(GroupConfig groupConfig) |
void |
setGroupId(String groupId) |
void |
setOrder(String order) |
void |
setPluginId(String pluginId) |
void |
setResourceBundleKey(String resourceBundleKey) |
void |
setTemplateConfig(TemplateConfig templateConfig) |
public String getPluginId()
public void setPluginId(String pluginId)
pluginId - the pluginId to setpublic String getResourceBundleKey()
public void setResourceBundleKey(String resourceBundleKey)
resourceBundleKey - the resourceBundleKey to setpublic String getOrder()
public void setOrder(String order)
order - the order to setpublic void setDefaultConfig(List<String> defaultConfig)
defaultConfig - the defaultConfig to setpublic String getGroupId()
public void setGroupId(String groupId)
groupId - the groupId to setpublic boolean isChildPlugin()
public PluginConfig isChildPlugin(boolean isChildPlugin)
isChildPlugin - the isChildPlugin to set
return the PluginConfigpublic GroupConfig getGroupConfig()
public void setGroupConfig(GroupConfig groupConfig)
groupConfig - the groupConfig to setpublic TemplateConfig getTemplateConfig()
public void setTemplateConfig(TemplateConfig templateConfig)
templateConfig - the templateConfig to setCopyright © 2003–2014 eXo Platform SAS. All rights reserved.