public class PluginInformation
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
java.lang.String | 
plugin  | 
java.util.List<ServiceInformation> | 
serviceInfoList  | 
Status | 
status  | 
| Constructor and Description | 
|---|
PluginInformation()  | 
PluginInformation(java.lang.String plugin)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addInformation(ServiceInformation info)
Adds a new ServiceInformation to the PluginInformation 
 | 
void | 
postProcess()
Updates the status of the plugin information. 
 | 
public java.lang.String plugin
public Status status
public java.util.List<ServiceInformation> serviceInfoList
public PluginInformation()
public PluginInformation(java.lang.String plugin)
public void addInformation(ServiceInformation info)
info - the info to be addedpublic void postProcess()
Copyright © 2021. All Rights Reserved.