| Package | Description |
|---|---|
| org.b3log.latke.plugin |
Plugin framework.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginType |
PluginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
PluginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PluginType> |
AbstractPlugin.getTypes()
Gets the types of this plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPlugin.addType(PluginType type)
Adds the specified type.
|
Copyright © 2009–2019 B3log. All rights reserved.