public class PluginsList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<PluginInformation> |
pluginsList |
Status |
status |
Constructor and Description |
---|
PluginsList() |
Modifier and Type | Method and Description |
---|---|
void |
add(PluginInformation plugin)
Adds a new plugin to the plugins list
|
void |
postProcess()
Updates the status of the plugins list
|
public Status status
public java.util.List<PluginInformation> pluginsList
public void add(PluginInformation plugin)
plugin
- public void postProcess()
Copyright © 2021. All Rights Reserved.