Package com.biglybt.core.download.impl
Class DownloadManagerDefaultPaths.SourceSpecification
- java.lang.Object
-
- com.biglybt.core.download.impl.DownloadManagerDefaultPaths.ParameterHelper
-
- com.biglybt.core.download.impl.DownloadManagerDefaultPaths.SourceSpecification
-
- All Implemented Interfaces:
DownloadManagerDefaultPaths.ContextDescriptor
- Enclosing class:
- DownloadManagerDefaultPaths
private static class DownloadManagerDefaultPaths.SourceSpecification extends DownloadManagerDefaultPaths.ParameterHelper
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SourceSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkDefaultDir(java.io.File location, java.io.File[] default_dirs)
boolean
matchesDownload(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor context, boolean ignore_completeness)
-
Methods inherited from class com.biglybt.core.download.impl.DownloadManagerDefaultPaths.ParameterHelper
getBoolean, getContext, getSettings, getString, getStringRaw, setBoolean, setBoolean, setContext, setString, updateSettings
-
-
-
-
Method Detail
-
matchesDownload
public boolean matchesDownload(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor context, boolean ignore_completeness)
-
checkDefaultDir
public boolean checkDefaultDir(java.io.File location, java.io.File[] default_dirs)
-
-