Uses of Class
com.kingsrook.qqq.backend.module.filesystem.base.actions.AbstractBaseFilesystemAction
Packages that use AbstractBaseFilesystemAction
Package
Description
-
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.base
Methods in com.kingsrook.qqq.backend.module.filesystem.base that return AbstractBaseFilesystemActionModifier and TypeMethodDescriptionFilesystemBackendModuleInterface.getActionBase()
For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files. -
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.local
Methods in com.kingsrook.qqq.backend.module.filesystem.local that return AbstractBaseFilesystemActionModifier and TypeMethodDescriptionFilesystemBackendModule.getActionBase()
For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files. -
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.local.actions
Subclasses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.local.actionsModifier and TypeClassDescriptionclass
Base class for all (local) Filesystem actionsclass
class
class
class
class
(mass, streamed) storage action for filesystem module -
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.s3
Methods in com.kingsrook.qqq.backend.module.filesystem.s3 that return AbstractBaseFilesystemActionModifier and TypeMethodDescriptionAbstractBaseFilesystemAction
<com.amazonaws.services.s3.model.S3ObjectSummary> S3BackendModule.getActionBase()
For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files. -
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.s3.actions
Subclasses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.s3.actionsModifier and TypeClassDescriptionclass
Base class for all S3 filesystem actionsclass
class
class
class
class
(mass, streamed) storage action for s3 module -
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.sftp
Methods in com.kingsrook.qqq.backend.module.filesystem.sftp that return AbstractBaseFilesystemActionModifier and TypeMethodDescriptionSFTPBackendModule.getActionBase()
For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files. -
Uses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.sftp.actions
Subclasses of AbstractBaseFilesystemAction in com.kingsrook.qqq.backend.module.filesystem.sftp.actionsModifier and TypeClassDescriptionclass
Base class for all SFTP filesystem actionsclass
class
class
class
class
(mass, streamed) storage action for sftp moduleclass
action for testing credentials for an SFTP backend connection