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 String
createS3Key(Path file, Path rootFolder)
String
getChecksum()
Path
getFile()
String
getS3Key()
-