Uses of Class
com.kingsrook.qqq.backend.module.filesystem.exceptions.FilesystemException
Packages that use FilesystemException
Package
Description
-
Uses of FilesystemException in com.kingsrook.qqq.backend.module.filesystem.base.actions
Methods in com.kingsrook.qqq.backend.module.filesystem.base.actions that throw FilesystemExceptionModifier and TypeMethodDescriptionabstract void
AbstractBaseFilesystemAction.deleteFile
(QTableMetaData table, String fileReference) In contrast with the DeleteAction, which deletes RECORDS - this is a filesystem-(or s3, sftp, etc)-specific extension to delete an entire FILE e.g., for post-ETL.abstract void
AbstractBaseFilesystemAction.moveFile
(QInstance instance, QTableMetaData table, String source, String destination) Move a file from a source path, to a destination path. -
Uses of FilesystemException in com.kingsrook.qqq.backend.module.filesystem.local.actions
Methods in com.kingsrook.qqq.backend.module.filesystem.local.actions that throw FilesystemExceptionModifier and TypeMethodDescriptionvoid
AbstractFilesystemAction.deleteFile
(QTableMetaData table, String fileReference) In contrast with the DeleteAction, which deletes RECORDS - this is a filesystem-(or s3, sftp, etc)-specific extension to delete an entire FILE e.g., for post-ETL.void
AbstractFilesystemAction.moveFile
(QInstance instance, QTableMetaData table, String source, String destination) Move a file from a source path, to a destination path. -
Uses of FilesystemException in com.kingsrook.qqq.backend.module.filesystem.s3.actions
Methods in com.kingsrook.qqq.backend.module.filesystem.s3.actions that throw FilesystemExceptionModifier and TypeMethodDescriptionvoid
AbstractS3Action.deleteFile
(QTableMetaData table, String fileReference) In contrast with the DeleteAction, which deletes RECORDS - this is a filesystem-(or s3, sftp, etc)-specific extension to delete an entire FILE e.g., for post-ETL.void
AbstractS3Action.moveFile
(QInstance instance, QTableMetaData table, String source, String destination) In contrast with the DeleteAction, which deletes RECORDS - this is a filesystem-(or s3, sftp, etc)-specific extension to delete an entire FILE e.g., for post-ETL. -
Uses of FilesystemException in com.kingsrook.qqq.backend.module.filesystem.s3.utils
Methods in com.kingsrook.qqq.backend.module.filesystem.s3.utils that throw FilesystemExceptionModifier and TypeMethodDescriptionvoid
S3Utils.deleteObject
(String bucketName, String key) Delete an object (file) from a bucketvoid
S3Utils.moveObject
(String bucketName, String source, String destination) Move an object (file) within a bucket -
Uses of FilesystemException in com.kingsrook.qqq.backend.module.filesystem.sftp.actions
Methods in com.kingsrook.qqq.backend.module.filesystem.sftp.actions that throw FilesystemExceptionModifier and TypeMethodDescriptionvoid
AbstractSFTPAction.deleteFile
(QTableMetaData table, String fileReference) void
AbstractSFTPAction.moveFile
(QInstance instance, QTableMetaData table, String source, String destination)