Class CwaApiStructureProvider
- java.lang.Object
-
- app.coronawarn.server.services.distribution.assembly.component.CwaApiStructureProvider
-
@Component public class CwaApiStructureProvider extends Object
Assembles the content underneath the/version
path of the CWA API.
-
-
Field Summary
Fields Modifier and Type Field Description static String
VERSION_DIRECTORY
static String
VERSION_V1
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Directory<WritableOnDisk>
getDirectory()
Returns the base directory.
-
-
-
Field Detail
-
VERSION_DIRECTORY
public static final String VERSION_DIRECTORY
- See Also:
- Constant Field Values
-
VERSION_V1
public static final String VERSION_V1
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDirectory
public Directory<WritableOnDisk> getDirectory()
Returns the base directory.
-
-