Uses of Interface
com.biglybt.core.download.impl.DownloadManagerDefaultPaths.ContextDescriptor
-
Packages that use DownloadManagerDefaultPaths.ContextDescriptor Package Description com.biglybt.core.download.impl -
-
Uses of DownloadManagerDefaultPaths.ContextDescriptor in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DownloadManagerDefaultPaths.ContextDescriptor Modifier and Type Class Description private static class
DownloadManagerDefaultPaths.MovementInformation
private static class
DownloadManagerDefaultPaths.ParameterHelper
private static class
DownloadManagerDefaultPaths.SourceSpecification
private static class
DownloadManagerDefaultPaths.TargetSpecification
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerDefaultPaths.ContextDescriptor Modifier and Type Method Description (package private) static java.lang.String
DownloadManagerDefaultPaths. describe(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cs)
java.io.File[]
DownloadManagerDefaultPaths.TargetSpecification. getTargets(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd)
SaveLocationChange
DownloadManagerDefaultPaths.TransferSpecification. getTransferDetails(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor cd, java.io.File[] target_paths)
boolean
DownloadManagerDefaultPaths.SourceSpecification. matchesDownload(DownloadManager dm, DownloadManagerDefaultPaths.ContextDescriptor context, boolean ignore_completeness)
-