Uses of Class
org.frankframework.filesystem.S3FileRef
Packages that use S3FileRef
-
Uses of S3FileRef in org.frankframework.filesystem
Subclasses with type arguments of type S3FileRef in org.frankframework.filesystemClasses in org.frankframework.filesystem that implement interfaces with type arguments of type S3FileRefMethods in org.frankframework.filesystem that return S3FileRefModifier and TypeMethodDescriptionAmazonS3FileSystem.copyFile(@NonNull S3FileRef s3Object, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) AmazonS3FileSystem.moveFile(@NonNull S3FileRef f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) AmazonS3FileSystem.renameFile(@NonNull S3FileRef source, @NonNull S3FileRef destination) AmazonS3FileSystem.renameFile(@NonNull S3FileRef source, @NonNull S3FileRef destination, @NonNull Map<String, String> customFileAttributes) @NonNull S3FileRefCreates a local S3Object pointer, not representative with what is stored in the S3 Bucket.@NonNull S3FileRefMethods in org.frankframework.filesystem that return types with arguments of type S3FileRefModifier and TypeMethodDescription@NonNull DirectoryStream<S3FileRef> AmazonS3FileSystem.list(S3FileRef folder, @NonNull TypeFilter filter) Methods in org.frankframework.filesystem with parameters of type S3FileRefModifier and TypeMethodDescriptionvoidAmazonS3FileSystem.appendFile(@NonNull S3FileRef file, @Nullable InputStream content) AmazonS3FileSystem.copyFile(@NonNull S3FileRef s3Object, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) voidAmazonS3FileSystem.createFile(@NonNull S3FileRef f, @Nullable InputStream content) voidAmazonS3FileSystem.createFile(@NonNull S3FileRef f, @Nullable InputStream content, @NonNull Map<String, String> customFileAttributes) voidAmazonS3FileSystem.deleteFile(S3FileRef f) booleanAmazonS3FileSystem.getAdditionalFileProperties(S3FileRef f) @NonNull StringAmazonS3FileSystem.getCanonicalName(@NonNull S3FileRef f) @Nullable StringAmazonS3FileSystem.getCustomFileAttribute(@NonNull S3FileRef file, @NonNull String name) longAmazonS3FileSystem.getFileSize(S3FileRef f) AmazonS3FileSystem.getModificationTime(S3FileRef f) @Nullable StringAmazonS3FileSystem.getParentFolder(@NonNull S3FileRef f) boolean@NonNull DirectoryStream<S3FileRef> AmazonS3FileSystem.list(S3FileRef folder, @NonNull TypeFilter filter) AmazonS3FileSystem.moveFile(@NonNull S3FileRef f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) If you retrieve an S3Object, you should close this input stream as soon as possible, because the object content is not buffered in memory and streams directly from Amazon S3.AmazonS3FileSystem.renameFile(@NonNull S3FileRef source, @NonNull S3FileRef destination) AmazonS3FileSystem.renameFile(@NonNull S3FileRef source, @NonNull S3FileRef destination, @NonNull Map<String, String> customFileAttributes) -
Uses of S3FileRef in org.frankframework.senders
Subclasses with type arguments of type S3FileRef in org.frankframework.sendersModifier and TypeClassDescriptionclassSender to work with the Amazon S3 Filesystem.