public class PluginInfo extends Object
| Constructor and Description |
|---|
PluginInfo() |
| Modifier and Type | Method and Description |
|---|---|
PluginInfo |
end() |
boolean |
equals(Object o) |
String |
getBundlePath() |
List<String> |
getDefaultConfig() |
int |
getOrder() |
String |
getResourceBundleKey() |
String |
getType() |
int |
hashCode() |
boolean |
isActive() |
PluginInfo |
setActive(boolean isActive) |
PluginInfo |
setBundlePath(String bundlePath) |
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 isActive()
public PluginInfo setActive(boolean isActive)
isActive - the isActive to setpublic PluginInfo end()
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.