Uses of Interface
com.biglybt.core.disk.DiskManagerFileInfo
Packages that use DiskManagerFileInfo
Package
Description
-
Uses of DiskManagerFileInfo in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManagerFileInfoMethods in com.biglybt.core.disk with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic void
DiskManagerFactory.clearResumeData
(DownloadManager download_manager, DiskManagerFileInfo file) default void
DiskManagerListener.fileCompleted
(DiskManager dm, DiskManagerFileInfo file) default void
DiskManagerListener.filePriorityChanged
(DiskManager dm, DiskManagerFileInfo file) static void
DiskManagerFactory.recheckFile
(DownloadManager download_manager, DiskManagerFileInfo file) Method parameters in com.biglybt.core.disk with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
DiskManagerListener.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl
Subinterfaces of DiskManagerFileInfo in com.biglybt.core.disk.implClasses in com.biglybt.core.disk.impl that implement DiskManagerFileInfoModifier and TypeClassDescriptionclass
(package private) static class
Methods in com.biglybt.core.disk.impl that return DiskManagerFileInfoModifier and TypeMethodDescriptionDiskManagerFileInfoSetImpl.getFiles()
DiskManagerImpl.getFiles()
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
DiskManagerHelper.priorityChanged
(DiskManagerFileInfo file) void
DiskManagerImpl.priorityChanged
(DiskManagerFileInfo file) void
DiskManagerHelper.setFailedAndRecheck
(DiskManagerFileInfo file, String reason) void
DiskManagerImpl.setFailedAndRecheck
(DiskManagerFileInfo file, String reason) (package private) static String
DiskManagerUtil.setFileLink
(DownloadManager download_manager, DiskManagerFileInfo[] info, DiskManagerFileInfo file_info, File from_file, File to_link, boolean dont_delete_existing, FileUtil.ProgressListener pl) void
DiskManagerHelper.skippedFileSetChanged
(DiskManagerFileInfo file) void
DiskManagerImpl.skippedFileSetChanged
(DiskManagerFileInfo file) void
DiskManagerHelper.storageTypeChanged
(DiskManagerFileInfo file) void
DiskManagerImpl.storageTypeChanged
(DiskManagerFileInfo file) protected static void
DiskManagerImpl.storeFileDownloaded
(DownloadManager download_manager, DiskManagerFileInfo[] files, boolean persist, boolean interim) protected static void
DiskManagerImpl.storeFilePriorities
(DownloadManager download_manager, DiskManagerFileInfo[] files) protected static void
DiskManagerUtil.storeFilePriorities
(DownloadManager download_manager, DiskManagerFileInfo[] files) -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper that return DiskManagerFileInfoMethods in com.biglybt.core.disk.impl.piecemapper with parameters of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final DiskManagerFileInfo
PieceMapEntryImpl._file
This class denotes the mapping of a piece onto a file.(package private) final DiskManagerFileInfo
DMPieceMapSimple.file
private DiskManagerFileInfo
PieceMapperImpl.fileInfo.file
Methods in com.biglybt.core.disk.impl.piecemapper.impl that return DiskManagerFileInfoModifier and TypeMethodDescriptionDMPieceMapSimple.pieceList.getFile()
PieceMapEntryImpl.getFile()
PieceMapperImpl.fileInfo.getFileInfo()
Methods in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
PieceMapperImpl.fileInfo.setFileInfo
(DiskManagerFileInfo _file) Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DiskManagerFileInfoModifierConstructorDescriptionprotected
DMPieceMapSimple
(TOTorrent torrent, DiskManagerFileInfo _file) PieceMapEntryImpl
(DiskManagerFileInfo file, long offset, int length) -
Uses of DiskManagerFileInfo in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic void
RDResumeHandler.clearResumeData
(DownloadManager download_manager, DiskManagerFileInfo file) private static int
RDResumeHandler.clearResumeDataSupport
(DownloadManager download_manager, DiskManagerFileInfo file, boolean recheck, boolean onlyClearUnsharedFirstLast) static boolean
RDResumeHandler.fileMustExist
(DownloadManager download_manager, DiskManagerFileInfo file) Deprecated.Kept for xmwebuistatic boolean
RDResumeHandler.fileMustExist
(DownloadManager download_manager, DiskManagerFileInfoSet fileSet, DiskManagerFileInfo file) private static int
RDResumeHandler.findFirstFileWithPieceN
(int firstPiece, DiskManagerFileInfo[] files) finds the first affected file via binary search, this is necessary as some methods might be invoked for all files, which would result in O(n²) if we'd scan the whole file array every timestatic void
RDResumeHandler.recheckFile
(DownloadManager download_manager, DiskManagerFileInfo file) static int
RDResumeHandler.storageTypeChanged
(DownloadManager download_manager, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DiskManagerFileInfoMethods in com.biglybt.core.download that return DiskManagerFileInfoModifier and TypeMethodDescriptionDownloadManager.getDiskManagerFileInfo()
Deprecated.use getDiskManagerFileInfoSet() insteadEnhancedDownloadManagerFile.getFile()
DownloadManagerState.getPrimaryFile()
Methods in com.biglybt.core.download with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptiondefault void
DownloadManagerListener.fileLocationChanged
(DownloadManager download, DiskManagerFileInfo file) void
DownloadManagerListener.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) int[]
DownloadManager.getStorageType
(DiskManagerFileInfo[] infos) void
DownloadManager.recheckFile
(DiskManagerFileInfo file) Recheck a particular file.void
DownloadManager.resetFile
(DiskManagerFileInfo file) Reset the file download state to totally undownloaded.void
DownloadManager.setFilePriorities
(DiskManagerFileInfo[] fileInfos, int type) Sets the priority for an array for filesvoid
DownloadManagerState.setPrimaryFile
(DiskManagerFileInfo dmfi) Method parameters in com.biglybt.core.download with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
DownloadManager.requestAllocation
(List<DiskManagerFileInfo> files) Instructions that file given files need allocation - used when switching file storage types/skipped state Will pause and resume the download if it is activeConstructors in com.biglybt.core.download with parameters of type DiskManagerFileInfoModifierConstructorDescriptionprotected
EnhancedDownloadManagerFile
(DiskManagerFileInfo _file, long _offset) -
Uses of DiskManagerFileInfo in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DiskManagerFileInfoFields in com.biglybt.core.download.impl declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate DiskManagerFileInfo
DownloadManagerController.fileInfoFacade.delegate
Methods in com.biglybt.core.download.impl that return DiskManagerFileInfoModifier and TypeMethodDescriptionDownloadManagerController.getDiskManagerFileInfo()
Deprecated.use getDiskManagerFileInfoSet() insteadDownloadManagerImpl.getDiskManagerFileInfo()
Deprecated.use getDiskManagerFileInfoSet() insteadDownloadManagerController.FileInfoFacadeSet.getFiles()
DownloadManagerStateImpl.getPrimaryFile()
DownloadManagerStateImpl.nullState.getPrimaryFile()
Methods in com.biglybt.core.download.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprotected void
DownloadManagerController.calculateCompleteness
(DiskManagerFileInfo[] active) void
DownloadManagerController.DiskManagerListener_Default.fileCompleted
(DiskManager dm, DiskManagerFileInfo file) void
DownloadManagerController.ForceRecheckDiskManagerListener.fileCompleted
(DiskManager dm, DiskManagerFileInfo file) void
DownloadManagerAdapter.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) int[]
DownloadManagerImpl.getStorageType
(DiskManagerFileInfo[] info) protected void
DownloadManagerImpl.informFileCompletionChange
(DiskManagerFileInfo file) protected void
DownloadManagerImpl.informLocationChange
(DiskManagerFileInfo file) void
DownloadManagerImpl.recheckFile
(DiskManagerFileInfo file) void
DownloadManagerImpl.resetFile
(DiskManagerFileInfo file) protected void
DownloadManagerController.fileInfoFacade.setDelegate
(DiskManagerFileInfo new_delegate) void
DownloadManagerImpl.setFilePriorities
(DiskManagerFileInfo[] fileInfos, int priority) void
DownloadManagerStateImpl.nullState.setPrimaryFile
(DiskManagerFileInfo dmfi) void
DownloadManagerStateImpl.setPrimaryFile
(DiskManagerFileInfo dmfi) Method parameters in com.biglybt.core.download.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
DownloadManagerController.DiskManagerListener_Default.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) void
DownloadManagerController.ForceRecheckDiskManagerListener.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) protected void
DownloadManagerImpl.informPriorityChange
(List<DiskManagerFileInfo> files) void
DownloadManagerImpl.requestAllocation
(List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final DiskManagerFileInfo
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.file
Fields in com.biglybt.core.global.impl with type parameters of type DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final Set<DiskManagerFileInfo>
GlobalManagerFileMerger.SameSizeFiles.files
Methods in com.biglybt.core.global.impl that return DiskManagerFileInfoModifier and TypeMethodDescription(package private) DiskManagerFileInfo
GlobalManagerFileMerger.SameSizeFiles.SameSizeFileWrapper.getFile()
Methods in com.biglybt.core.global.impl with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
GlobalManagerImpl.DownloadStateTagger.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) Method parameters in com.biglybt.core.global.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescription(package private) boolean
GlobalManagerFileMerger.SameSizeFiles.sameAs
(Set<DiskManagerFileInfo> _others) Constructors in com.biglybt.core.global.impl with parameters of type DiskManagerFileInfoModifierConstructorDescription(package private)
SameSizeFileWrapper
(int _wrapper_num, DiskManagerFileInfo _file) Constructor parameters in com.biglybt.core.global.impl with type arguments of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DiskManagerFileInfoMethods in com.biglybt.core.lws with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
LWSDiskManager.priorityChanged
(DiskManagerFileInfo file) void
LWSDiskManager.setFailedAndRecheck
(DiskManagerFileInfo file, String reason) void
LWSDiskManagerState.setPrimaryFile
(DiskManagerFileInfo dmfi) void
LWSDiskManager.skippedFileSetChanged
(DiskManagerFileInfo file) void
LWSDiskManager.storageTypeChanged
(DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate void
PEPeerControlImpl.checkAutoSequentialFiles
(DiskManagerFileInfo done_file) -
Uses of DiskManagerFileInfo in com.biglybt.core.peermanager.piecepicker.impl
Method parameters in com.biglybt.core.peermanager.piecepicker.impl with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionfinal void
PiecePickerImpl.DiskManagerListenerImpl.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.core.util
Fields in com.biglybt.core.util declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate DiskManagerFileInfo
LaunchManager.LaunchTarget.file_info
Methods in com.biglybt.core.util that return DiskManagerFileInfoMethods in com.biglybt.core.util with parameters of type DiskManagerFileInfoConstructors in com.biglybt.core.util with parameters of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DiskManagerFileInfoModifier and TypeMethodDescriptionstatic DiskManagerFileInfo
PluginCoreUtils.unwrap
(DiskManagerFileInfo info) Methods in com.biglybt.pifimpl.local with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic DiskManagerFileInfo
PluginCoreUtils.wrap
(DiskManagerFileInfo info) -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprotected DiskManagerFileInfo
DiskManagerFileInfoImpl.core
private DiskManagerFileInfo
DiskManagerChannelImpl.core_file
Methods in com.biglybt.pifimpl.local.disk that return DiskManagerFileInfoConstructors in com.biglybt.pifimpl.local.disk with parameters of type DiskManagerFileInfoModifierConstructorDescriptionDiskManagerFileInfoImpl
(DownloadImpl _download, DiskManagerFileInfo coreFileInfo) -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
DownloadImpl.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.peers
Method parameters in com.biglybt.pifimpl.local.peers with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
PeerManagerImpl.CoreListener.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type DiskManagerFileInfoMethods in com.biglybt.ui.swt that return DiskManagerFileInfoMethods in com.biglybt.ui.swt with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate void
UserAlerts.activityFinished
(DownloadManager manager, DiskManagerFileInfo dm_file) static boolean
Utils.isQuickViewActive
(DiskManagerFileInfo file) static boolean
Utils.isQuickViewSupported
(DiskManagerFileInfo file) static void
Utils.launch
(DiskManagerFileInfo fileInfo) static void
Utils.launchFileExplicit
(DiskManagerFileInfo file, String exe) private static void
Utils.quickView
(DiskManagerFileInfo file) private static void
Utils.quickViewRAR
(DiskManagerFileInfo file) static void
Utils.setQuickViewActive
(DiskManagerFileInfo file, boolean active) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate void
ColumnThumbAndName.cellPaintFileInfo
(org.eclipse.swt.graphics.GC gc, TableCellSWT cell, DiskManagerFileInfo fileInfo) (package private) void
ColumnTorrentFileProgress.fillInfoProgressETA
(TableRowCore row, org.eclipse.swt.graphics.GC gc, DiskManagerFileInfo fileInfo, org.eclipse.swt.graphics.Rectangle cellArea) private String
ColumnThumbAndName.getDisplayName
(DiskManagerFileInfo fileInfo) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic String
UIDebugGenerator.obfuscateFileName
(DiskManagerFileInfo fileInfo) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic void
MenuFactory.addAlertsMenu
(org.eclipse.swt.widgets.Menu menu, DownloadManager dm, DiskManagerFileInfo[] files) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement DiskManagerFileInfoModifier and TypeClassDescriptionprivate static class
private static class
Fields in com.biglybt.ui.swt.views declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate final DiskManagerFileInfo
FilesView.FilesViewNodeLeaf.delegate
Fields in com.biglybt.ui.swt.views with type parameters of type DiskManagerFileInfoModifier and TypeFieldDescription(package private) TableColumnFilterHelper<DiskManagerFileInfo>
FilesView.col_filter_helper
(package private) TableViewSWT<DiskManagerFileInfo>
FilesView.tv
Methods in com.biglybt.ui.swt.views that return DiskManagerFileInfoModifier and TypeMethodDescriptionprotected DiskManagerFileInfo
FilesView.FilesViewNodeLeaf.getTarget()
private DiskManagerFileInfo[]
MyTorrentsView.getVisibleFiles
(DownloadManager dm) Methods in com.biglybt.ui.swt.views that return types with arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate List<DiskManagerFileInfo>
FilesView.getFileInfo()
protected List<DiskManagerFileInfo>
FilesView.FilesViewNodeInner.getFiles
(boolean recursive) FilesView.initYourTableView()
Methods in com.biglybt.ui.swt.views with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate static void
FilesViewMenuUtil.askForRenameFilenameAndExec
(DiskManagerFileInfo fileInfo, TableView tv) private static void
FilesViewMenuUtil.askForRenameFilenameAndExecSupport
(DiskManagerFileInfo fileInfo, TableView tv) private static String
FilesViewMenuUtil.askForRetargetedFilename
(DiskManagerFileInfo fileInfo) private static String
FilesViewMenuUtil.askForSaveDirectory
(DiskManagerFileInfo fileInfo, String message) private static boolean
FilesViewMenuUtil.checkRetargetOK
(DiskManagerFileInfo info, File target) private static void
FilesViewMenuUtil.copyFile
(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private static void
FilesViewMenuUtil.copyFileSupport
(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private boolean
FilesView.doAllExist
(DiskManagerFileInfo[] files) void
FilesView.fileLocationChanged
(DownloadManager download, DiskManagerFileInfo file) void
FilesView.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) void
MyTorrentsView.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) static void
FilesViewMenuUtil.fillMenu
(TableView<?> tv, String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, Map<DiskManagerFileInfo, String> structure_map, boolean multi_dl_view, boolean disable_multi_dialog_crud) boolean
FilesView.filterCheck
(DiskManagerFileInfo ds, String filter, boolean regex, boolean confusable) private TableRowCore
FilesView.getRowForFile
(DiskManagerFileInfo file) private static void
FilesViewMenuUtil.hardLinkFile
(DownloadManager manager, DiskManagerFileInfo file_info, File source, File target, Runnable done) private static void
FilesViewMenuUtil.moveFile
(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private static void
FilesViewMenuUtil.moveFileSupport
(DownloadManager manager, DiskManagerFileInfo fileInfo, File source, File target, boolean dont_delete_existing, Runnable done) private static boolean
FilesViewMenuUtil.setSkipped
(DownloadManager manager, DiskManagerFileInfo[] infos, boolean skipped, int delete_action, boolean prompt) Method parameters in com.biglybt.ui.swt.views with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic void
FilesViewMenuUtil.changePriority
(Object type, List<DiskManagerFileInfo> file_list) static void
FilesViewMenuUtil.changePriority
(Object type, List<DiskManagerFileInfo> file_list, boolean prompt) private static void
FilesViewMenuUtil.changePriorityAuto
(List<DiskManagerFileInfo> file_list) private static void
FilesViewMenuUtil.changePriorityManual
(List<DiskManagerFileInfo> file_list) static void
FilesViewMenuUtil.fillMenu
(TableView<?> tv, String columnName, org.eclipse.swt.widgets.Menu menu, DownloadManager[] manager_list, DiskManagerFileInfo[][] files_list, Map<DiskManagerFileInfo, String> structure_map, boolean multi_dl_view, boolean disable_multi_dialog_crud) private void
FilesView.FilesViewNodeInner.getFiles
(List<DiskManagerFileInfo> files, boolean recursive) private static void
FilesViewMenuUtil.invalidateRows
(TableView tv, List<DiskManagerFileInfo> files) static void
FilesViewMenuUtil.recheckFiles
(List<DiskManagerFileInfo> file_list) static void
FilesViewMenuUtil.rename
(TableView tv, Object[] datasources, Map<DiskManagerFileInfo, String> structure_map, boolean rename_it, boolean retarget_it, boolean batch, boolean duplicates) static void
FilesViewMenuUtil.revertFiles
(TableView<?> tv, List<DiskManagerFileInfo> files) private static void
FilesViewMenuUtil.revertFiles
(TableView<?> tv, List<DiskManagerFileInfo> files, boolean hard_link, boolean copy, boolean retain_names) static void
FilesViewMenuUtil.setSkipped
(List<DiskManagerFileInfo> file_list, boolean skipped, int delete_action, boolean prompt) void
FilesView.viewChanged
(TableView<DiskManagerFileInfo> view) Constructors in com.biglybt.ui.swt.views with parameters of type DiskManagerFileInfoModifierConstructorDescriptionprivate
FilesViewNodeLeaf
(String _name, DiskManagerFileInfo _delegate, FilesView.FilesViewNodeInner _parent) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.file
Fields in com.biglybt.ui.swt.views.file declared as DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.peer
Fields in com.biglybt.ui.swt.views.peer declared as DiskManagerFileInfoModifier and TypeFieldDescriptionprivate DiskManagerFileInfo
PeerFilesView.PeersFilesViewRow.file
Methods in com.biglybt.ui.swt.views.peer that return DiskManagerFileInfoModifier and TypeMethodDescriptionprivate DiskManagerFileInfo
PeerFilesView.PeersFilesViewRow.getFile()
Constructors in com.biglybt.ui.swt.views.peer with parameters of type DiskManagerFileInfo -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
SBC_TorrentDetailsView.filePriorityChanged
(DownloadManager download, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.tableitems.files
Fields in com.biglybt.ui.swt.views.tableitems.files declared as DiskManagerFileInfoFields in com.biglybt.ui.swt.views.tableitems.files with type parameters of type DiskManagerFileInfoModifier and TypeFieldDescriptionprivate static Map<DiskManagerFileInfo,
Set<String>> FileHashItemBase.pending
Methods in com.biglybt.ui.swt.views.tableitems.files with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionprivate static String
FileExtensionItem.determineFileExt
(DiskManagerFileInfo fileInfo) protected static String
PathItem.determinePath
(DiskManagerFileInfo fileInfo, boolean _show_file_path) private static String
FileHashItemBase.getHash
(String hash_type, DiskManagerFileInfo file) private static boolean
FileHashItemBase.isFileReady
(DiskManagerFileInfo file) private static void
FileHashItemBase.updateHash
(String hash_type, DiskManagerFileInfo file) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.tableitems.peers
Method parameters in com.biglybt.ui.swt.views.tableitems.peers with type arguments of type DiskManagerFileInfoModifier and TypeMethodDescriptionvoid
PiecesItem.filePriorityChanged
(DiskManager dm, List<DiskManagerFileInfo> files) -
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils that return DiskManagerFileInfoModifier and TypeMethodDescriptionprivate static DiskManagerFileInfo
ManagerUtils.getBrowseHomePage
(DownloadManager dm) Methods in com.biglybt.ui.swt.views.utils with parameters of type DiskManagerFileInfoModifier and TypeMethodDescriptionstatic String
ManagerUtils.browse
(DiskManagerFileInfo file) static String
ManagerUtils.browse
(DiskManagerFileInfo file, boolean anon, boolean launch) static String
ManagerUtils.browse
(DownloadManager dm, DiskManagerFileInfo _file, boolean anon, boolean launch) static boolean
ManagerUtils.browseWebsite
(DiskManagerFileInfo file) static void
ManagerUtils.findMoreLikeThis
(DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell) private static void
ManagerUtils.findMoreLikeThis
(DownloadManager dm, DiskManagerFileInfo file, org.eclipse.swt.widgets.Shell shell) static URL
ManagerUtils.getMediaServerContentURL
(DiskManagerFileInfo file) static void
ManagerUtils.locateFiles
(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell) private static void
ManagerUtils.locateFiles
(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, org.eclipse.swt.widgets.Shell shell, String[] initial_search_roots, int mode, int link_type, int tolerance, boolean include_skipped) private static void
ManagerUtils.locateFilesSupport
(DownloadManager[] dms, DiskManagerFileInfo[][] dm_files, List<TorrentOpenOptions> torrents, Consumer<File[]> listener, org.eclipse.swt.widgets.Shell shell) static void
ManagerUtils.open
(DiskManagerFileInfo file, boolean open_containing_folder_mode) static void
ManagerUtils.setFileSkipped
(DiskManagerFileInfo file_info, boolean skipped) Takes account of whether the download has ever been started and if not selects between normal/delete as opposed to normal/do-not-download -
Uses of DiskManagerFileInfo in com.biglybt.util
Methods in com.biglybt.util that return DiskManagerFileInfoModifier and TypeMethodDescriptionstatic DiskManagerFileInfo
PlayUtils.getBestPlayableFile
(DownloadManager download) static DiskManagerFileInfo
DataSourceUtils.getFileInfo
(Object ds)