Package com.biglybt.core.download.impl
Class DownloadManagerDefaultPaths.ParameterHelper
java.lang.Object
com.biglybt.core.download.impl.DownloadManagerDefaultPaths.ParameterHelper
- All Implemented Interfaces:
DownloadManagerDefaultPaths.ContextDescriptor
- Direct Known Subclasses:
DownloadManagerDefaultPaths.SourceSpecification
,DownloadManagerDefaultPaths.TargetSpecification
- Enclosing class:
- DownloadManagerDefaultPaths
private abstract static class DownloadManagerDefaultPaths.ParameterHelper
extends Object
implements DownloadManagerDefaultPaths.ContextDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
getBoolean
(String key, boolean def) protected String
protected String
getStringRaw
(String key) protected void
setBoolean
(String key, boolean value) protected void
setBoolean
(String key, String param) void
setContext
(String context) protected void
void
updateSettings
(Map settings)
-
Field Details
-
settings
-
context
-
-
Constructor Details
-
ParameterHelper
private ParameterHelper()
-
-
Method Details
-
getBoolean
-
setBoolean
-
setBoolean
-
setString
-
getStringRaw
-
getString
-
getSettings
-
updateSettings
-
getContext
- Specified by:
getContext
in interfaceDownloadManagerDefaultPaths.ContextDescriptor
-
setContext
-