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