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 voidAbstractBaseFilesystemAction.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 voidAbstractBaseFilesystemAction.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 TypeMethodDescriptionvoidAbstractFilesystemAction.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.voidAbstractFilesystemAction.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 TypeMethodDescriptionvoidAbstractS3Action.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.voidAbstractS3Action.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 TypeMethodDescriptionvoidS3Utils.deleteObject(String bucketName, String key) Delete an object (file) from a bucketvoidS3Utils.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 TypeMethodDescriptionvoidAbstractSFTPAction.deleteFile(QTableMetaData table, String fileReference) voidAbstractSFTPAction.moveFile(QInstance instance, QTableMetaData table, String source, String destination)