Class | Description |
---|---|
LogKeeper |
This class keeps track of multiple logs.
|
RoblocksEncDec |
RoblocksEncDec can encode or decode to or from a JSON file.
|
SystemConfigurationDecoder |
The SystemConfigurationDecoder attempts to decode the Toolbox-items JSON-file.
|
SystemConfigurationReader |
The SystemConfigurationReader attempts to find a JSON-data file from disk.
|
Utils |
The Utils class contains static functions, for general usage in the application.
|
Enum | Description |
---|---|
SystemConfigurationDecoder.DecodeStatus |
DecodeStatus which can be either SUCCESS or ERROR.
|
SystemConfigurationReader.FileStatus |
The FileStatus can either be FOUND, NOT_FOUND, or IO_EXCEPTION.
|