Package org.correomqtt.business.services
Class ConfigService
java.lang.Object
org.correomqtt.business.services.ConfigService
public class ConfigService extends Object
-
Field Summary
-
Method Summary
Modifier and Type Method Description List<ConnectionConfigDTO>getConnectionConfigs()StringgetCssPath()StringgetCssPath(boolean notifyFail)protected FilegetFile()static ConfigServicegetInstance()StringgetLogPath()StringgetPluginConfigPath(String pluginId)StringgetPluginJarPath()StringgetPluginProtocol()StringgetPluginRootPath()SettingsDTOgetSettings()protected StringgetTargetDirectoryPath()ThemeSettingsDTOgetThemeSettings()voidsaveConnections(List<ConnectionConfigDTO> connections)voidsaveSettings()voidsaveThemeSettings()voidsetCssFileName()
-
Field Details
-
LIGHT_CSS
- See Also:
- Constant Field Values
-
DARK_CSS
- See Also:
- Constant Field Values
-
-
Method Details
-
getInstance
-
getConnectionConfigs
-
getThemeSettings
-
getSettings
-
saveSettings
public void saveSettings() -
saveThemeSettings
public void saveThemeSettings() -
saveConnections
-
getCssPath
-
getCssPath
-
setCssFileName
public void setCssFileName() -
getLogPath
-
getPluginRootPath
-
getPluginJarPath
-
getPluginConfigPath
-
getPluginProtocol
-
getFile
-
getTargetDirectoryPath
-