Class PublishFileSet
- java.lang.Object
-
- app.coronawarn.server.services.distribution.objectstore.publish.PublishFileSet
-
public class PublishFileSet extends Object
A set of files, which are subject for publishing to S3.
-
-
Constructor Summary
Constructors Constructor Description PublishFileSet(Path root)
Creates a new PublishFileSet, based on the given root folder.
-
-
-
Constructor Detail
-
PublishFileSet
public PublishFileSet(Path root) throws IOException
Creates a new PublishFileSet, based on the given root folder. This root folder will be used to scan recursively for available files.- Parameters:
root
- the root folder, e.g. ./out/- Throws:
IOException
- in case there were problems reading the files
-
-