Class KdeSettingsParser
java.lang.Object
com.github.markusbernhardt.proxy.search.desktop.kde.KdeSettingsParser
Parser for the KDE settings file. The KDE proxy settings are stored in the
file:
.kde/share/config/kioslaverc
in the users home directory.- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParse the settings file and extract all network.proxy.* settings from it.
-
Constructor Details
-
KdeSettingsParser
public KdeSettingsParser()Constructor -
KdeSettingsParser
Constructor- Parameters:
settingsFile- the settings file to use.
-
-
Method Details
-
parseSettings
Parse the settings file and extract all network.proxy.* settings from it.- Returns:
- the parsed properties.
- Throws:
IOException- on read error.
-