Class LocalFile
- java.lang.Object
-
- app.coronawarn.server.services.distribution.objectstore.publish.LocalFile
-
- Direct Known Subclasses:
LocalGenericFile,LocalIndexFile
public abstract class LocalFile extends Object
Represents a file, which is subject for publishing to S3.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcreateS3Key(Path file, Path rootFolder)StringgetChecksum()StringgetContentType()Value for thecontent-typeheader.PathgetFile()StringgetS3Key()
-