Uses of Record Class
com.kingsrook.qqq.backend.module.filesystem.sftp.model.SFTPDirEntryWithPath
Packages that use SFTPDirEntryWithPath
Package
Description
-
Uses of SFTPDirEntryWithPath in com.kingsrook.qqq.backend.module.filesystem.sftp
Methods in com.kingsrook.qqq.backend.module.filesystem.sftp that return types with arguments of type SFTPDirEntryWithPathModifier and TypeMethodDescriptionSFTPBackendModule.getActionBase()For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files. -
Uses of SFTPDirEntryWithPath in com.kingsrook.qqq.backend.module.filesystem.sftp.actions
Subclasses with type arguments of type SFTPDirEntryWithPath in com.kingsrook.qqq.backend.module.filesystem.sftp.actionsModifier and TypeClassDescriptionclassBase class for all SFTP filesystem actionsMethods in com.kingsrook.qqq.backend.module.filesystem.sftp.actions that return types with arguments of type SFTPDirEntryWithPathModifier and TypeMethodDescriptionAbstractSFTPAction.listFiles(QTableMetaData table, QBackendMetaData backendBase, String requestedPath) Methods in com.kingsrook.qqq.backend.module.filesystem.sftp.actions with parameters of type SFTPDirEntryWithPathModifier and TypeMethodDescriptionAbstractSFTPAction.getFileCreateDate(SFTPDirEntryWithPath sftpDirEntryWithPath) AbstractSFTPAction.getFileModifyDate(SFTPDirEntryWithPath sftpDirEntryWithPath) AbstractSFTPAction.getFileSize(SFTPDirEntryWithPath sftpDirEntryWithPath) AbstractSFTPAction.getFullPathForFile(SFTPDirEntryWithPath dirEntry) AbstractSFTPAction.readFile(SFTPDirEntryWithPath dirEntry)