Class DownloadManagerDefaultPaths
java.lang.Object
com.biglybt.core.download.impl.DownloadManagerMoveHandlerUtils
com.biglybt.core.download.impl.DownloadManagerDefaultPaths
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static interfaceprivate static classprivate static classprivate static classprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final DownloadManagerDefaultPaths.MovementInformationprivate static final DownloadManagerDefaultPaths.TargetSpecification[]static final DefaultSaveLocationManagerprivate static final intprivate static final intprivate static final intprivate static final int(package private) static final DownloadManagerDefaultPaths.MovementInformationprivate static final String(package private) static final DownloadManagerDefaultPaths.MovementInformation[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String(package private) static SaveLocationChangedeterminePaths(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation mi, boolean check_source, int reason) This does the guts of determining appropriate file paths.(package private) static File[](package private) static DownloadManagerDefaultPaths.MovementInformationgetDownloadOrTagCompletionMovementInformation(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation def_mi) (package private) static DownloadManagerDefaultPaths.MovementInformationgetDownloadOrTagRemovalMovementInformation(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation def_mi) (package private) static booleanstatic FilenormaliseRelativePath(File path) private static StringMethods inherited from class DownloadManagerMoveHandlerUtils
describe, logError, logInfo, logWarn
-
Field Details
-
REASON_DEFAULTS
private static final int REASON_DEFAULTS- See Also:
-
REASON_INIT
private static final int REASON_INIT- See Also:
-
REASON_COMPLETE
private static final int REASON_COMPLETE- See Also:
-
REASON_REMOVE
private static final int REASON_REMOVE- See Also:
-
DEFAULT_HANDLER
-
COMPLETION_DETAILS
-
REMOVAL_DETAILS
-
UPDATE_FOR_MOVE_DETAILS
-
DEFAULT_DIRS
-
SUBDIR_PARAM
- See Also:
-
-
Constructor Details
-
DownloadManagerDefaultPaths
public DownloadManagerDefaultPaths()
-
-
Method Details
-
getDownloadOrTagCompletionMovementInformation
static DownloadManagerDefaultPaths.MovementInformation getDownloadOrTagCompletionMovementInformation(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation def_mi) -
getDownloadOrTagRemovalMovementInformation
static DownloadManagerDefaultPaths.MovementInformation getDownloadOrTagRemovalMovementInformation(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation def_mi) -
normaliseRelativePathPart
-
normaliseRelativePath
-
getDefaultDirs
-
determinePaths
static SaveLocationChange determinePaths(DownloadManager dm, DownloadManagerDefaultPaths.MovementInformation mi, boolean check_source, int reason) This does the guts of determining appropriate file paths. -
isInDefaultDownloadDir
-
describe
-