Uses of Class
app.coronawarn.server.services.distribution.assembly.structure.WritableOnDisk
-
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.appconfig.structure.archive.decorator.signing
Constructor parameters in app.coronawarn.server.services.distribution.assembly.appconfig.structure.archive.decorator.signing with type arguments of type WritableOnDisk Constructor Description AppConfigurationSigningDecorator(Archive<WritableOnDisk> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory
Subclasses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory Modifier and Type Class Description class
AppConfigurationDirectory
Creates the directory structure/configuration/country/:country
and writes the app configuration parameters into a zip file. -
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory.v2
Methods in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory.v2 that return types with arguments of type WritableOnDisk Modifier and Type Method Description Writable<WritableOnDisk>
AppConfigurationV2StructureProvider. getConfigurationArchive()
If validation of the given V2 app config (IOS or Android) succeeds, it is written into a file, put into an archive with the specified name and returned to be included in the CWA file structure. -
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.component
Methods in app.coronawarn.server.services.distribution.assembly.component that return types with arguments of type WritableOnDisk Modifier and Type Method Description Directory<WritableOnDisk>
AppConfigurationStructureProvider. getAppConfiguration()
Writable<WritableOnDisk>
AppConfigurationStructureProvider. getAppConfigurationV2ForAndroid()
Returns a list containing the archives with Application Configuration for Android clients using ENF v2 as well as signature file.Writable<WritableOnDisk>
AppConfigurationStructureProvider. getAppConfigurationV2ForIos()
Returns a list containing the archives with Application Configuration for IOS clients using ENF v2 as well as signature file.Directory<WritableOnDisk>
DiagnosisKeysStructureProvider. getDiagnosisKeys()
Get directory for diagnosis keys from database.Directory<WritableOnDisk>
CwaApiStructureProvider. getDirectory()
Returns the base directory.Directory<WritableOnDisk>
OutputDirectoryProvider. getDirectory()
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.archive.decorator.signing
Constructor parameters in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.archive.decorator.signing with type arguments of type WritableOnDisk Constructor Description DiagnosisKeySigningDecorator(Archive<WritableOnDisk> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory
Subclasses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory Modifier and Type Class Description class
DiagnosisKeysCountryDirectory
class
DiagnosisKeysDateDirectory
class
DiagnosisKeysDirectory
ADirectory
containing the file and directory structure that mirrors the API defined in the OpenAPI definition/services/distribution/api_v1.json
.class
DiagnosisKeysHourDirectory
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.file
Subclasses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.file Modifier and Type Class Description class
TemporaryExposureKeyExportFile
AFile
containing aTemporaryExposureKeyExport
. -
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure
Methods in app.coronawarn.server.services.distribution.assembly.structure that return types with arguments of type WritableOnDisk Modifier and Type Method Description Directory<WritableOnDisk>
WritableOnDisk. getParent()
Method parameters in app.coronawarn.server.services.distribution.assembly.structure with type arguments of type WritableOnDisk Modifier and Type Method Description void
WritableOnDisk. setParent(Directory<WritableOnDisk> parent)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.archive
Subclasses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.archive Modifier and Type Class Description class
ArchiveOnDisk
AnArchive
that can be written to disk as a ZIP archive.Methods in app.coronawarn.server.services.distribution.assembly.structure.archive that return types with arguments of type WritableOnDisk Modifier and Type Method Description Set<Writable<WritableOnDisk>>
ArchiveOnDisk. getWritables()
Method parameters in app.coronawarn.server.services.distribution.assembly.structure.archive with type arguments of type WritableOnDisk Modifier and Type Method Description void
ArchiveOnDisk. addWritable(Writable<WritableOnDisk> writable)
void
ArchiveOnDisk. setParent(Directory<WritableOnDisk> parent)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing
Constructor parameters in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing with type arguments of type WritableOnDisk Constructor Description SigningDecoratorOnDisk(Archive<WritableOnDisk> archive, CryptoProvider cryptoProvider, DistributionServiceConfig distributionServiceConfig)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.directory
Subclasses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.directory Modifier and Type Class Description class
DirectoryOnDisk
ADirectory
that can be written to disk.class
IndexDirectoryOnDisk<T>
AnIndexDirectory
that can be written to disk.Methods in app.coronawarn.server.services.distribution.assembly.structure.directory that return types with arguments of type WritableOnDisk Modifier and Type Method Description Set<Writable<WritableOnDisk>>
DirectoryOnDisk. getWritables()
Method parameters in app.coronawarn.server.services.distribution.assembly.structure.directory with type arguments of type WritableOnDisk Modifier and Type Method Description void
DirectoryOnDisk. addWritable(Writable<WritableOnDisk> writable)
void
IndexDirectoryOnDisk. addWritableToAll(WritableFunction<WritableOnDisk> writableFunction)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator.indexing
Constructor parameters in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator.indexing with type arguments of type WritableOnDisk Constructor Description IndexingDecoratorOnDisk(IndexDirectory<T,WritableOnDisk> directory, String indexFileName)
-
Uses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.file
Subclasses of WritableOnDisk in app.coronawarn.server.services.distribution.assembly.structure.file Modifier and Type Class Description class
FileOnDisk
AFile
that can be written to disk.class
FileOnDiskWithChecksum
AFile
that can be written to disk, alongside a secondFile
containing the hashsum of the actualFileOnDisk
.
The checksum file resides in the same folder as the actual file, and will use the same file name with suffixFileOnDiskWithChecksum.CHECKSUM_FILE_SUFFIX
.
-