public class SystemConfigurationDecoder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SystemConfigurationDecoder.DecodeStatus
DecodeStatus which can be either SUCCESS or ERROR.
|
Modifier and Type | Field and Description |
---|---|
private SystemConfigurationDecoder.DecodeStatus |
decodeStatus |
private java.util.ArrayList<ToolboxItem> |
uiToolboxItems |
Constructor and Description |
---|
SystemConfigurationDecoder(java.io.File file)
Construct a SystemConfigurationReader.
|
Modifier and Type | Method and Description |
---|---|
SystemConfigurationDecoder.DecodeStatus |
getDecodeStatus()
Check decoding status, which shows whether errors decoding are present.
|
java.util.ArrayList<ToolboxItem> |
getToolboxItemCollection()
Get the list of ToolboxItems.
|
private SystemConfigurationDecoder.DecodeStatus decodeStatus
private java.util.ArrayList<ToolboxItem> uiToolboxItems
public SystemConfigurationDecoder(java.io.File file)
file
- JSON-data file.public SystemConfigurationDecoder.DecodeStatus getDecodeStatus()
public java.util.ArrayList<ToolboxItem> getToolboxItemCollection()