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(S3FileRef s3Object, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) AmazonS3FileSystem.moveFile(S3FileRef f, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination, Map<String, String> customFileAttributes) Creates a local S3Object pointer, not representative with what is stored in the S3 Bucket.Methods 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(S3FileRef file, InputStream content) AmazonS3FileSystem.copyFile(S3FileRef s3Object, String destinationFolder, boolean createFolder, Map<String, String> customFileAttributes) voidAmazonS3FileSystem.createFile(S3FileRef f, InputStream content) voidAmazonS3FileSystem.createFile(S3FileRef f, InputStream content, Map<String, String> customFileAttributes) voidAmazonS3FileSystem.deleteFile(S3FileRef f) booleanAmazonS3FileSystem.getAdditionalFileProperties(S3FileRef f) AmazonS3FileSystem.getCanonicalName(S3FileRef f) @Nullable StringAmazonS3FileSystem.getCustomFileAttribute(@NonNull S3FileRef file, @NonNull String name) longAmazonS3FileSystem.getFileSize(S3FileRef f) AmazonS3FileSystem.getModificationTime(S3FileRef f) AmazonS3FileSystem.getParentFolder(S3FileRef f) boolean@NonNull DirectoryStream<S3FileRef> AmazonS3FileSystem.list(S3FileRef folder, @NonNull TypeFilter filter) AmazonS3FileSystem.moveFile(S3FileRef f, String destinationFolder, boolean createFolder, 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(S3FileRef source, S3FileRef destination) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination, 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.