public class PluginDescriptor extends Object
Constructor and Description |
---|
PluginDescriptor(String key,
String name,
String hook,
PluginDetails details,
List<ModuleDefinition> modules) |
Modifier and Type | Method and Description |
---|---|
PluginDetails |
getDetails() |
String |
getHook() |
String |
getKey() |
List<ModuleDefinition> |
getModules() |
String |
getName() |
String |
toString() |
public PluginDescriptor(String key, String name, String hook, PluginDetails details, List<ModuleDefinition> modules)
public String getKey()
public String getHook()
PluginHook
public String getName()
public PluginDetails getDetails()
public List<ModuleDefinition> getModules()
Copyright © 2014 Suncode. All rights reserved.