public class PluginInfo extends Object
| Constructor and Description |
|---|
PluginInfo() |
| Modifier and Type | Method and Description |
|---|---|
PluginInfo |
end() |
boolean |
equals(Object o) |
List<String> |
getAllChannelActive() |
String |
getBundlePath() |
List<String> |
getDefaultConfig() |
int |
getOrder() |
String |
getResourceBundleKey() |
String |
getType() |
int |
hashCode() |
boolean |
isChannelActive(String channelId) |
PluginInfo |
setBundlePath(String bundlePath) |
PluginInfo |
setChannelActive(String channelId) |
PluginInfo |
setChannelActives(List<String> channelActives) |
void |
setDefaultConfig(List<String> defaultConfig) |
PluginInfo |
setOrder(int order) |
PluginInfo |
setResourceBundleKey(String resourceBundleKey) |
PluginInfo |
setType(String type) |
String |
toString() |
public String getType()
public PluginInfo setType(String type)
type - the id to setpublic int getOrder()
public PluginInfo setOrder(int order)
order - the order to setpublic void setDefaultConfig(List<String> defaultConfig)
defaultConfig - the defaultConfig to setpublic String getResourceBundleKey()
public PluginInfo setResourceBundleKey(String resourceBundleKey)
resourceBundleKey - the resourceBundleKey to setpublic String getBundlePath()
public PluginInfo setBundlePath(String bundlePath)
bundlePath - the bundlePath to setpublic boolean isChannelActive(String channelId)
public PluginInfo setChannelActive(String channelId)
channelId - public PluginInfo setChannelActives(List<String> channelActives)
channelActives - public PluginInfo end()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.