Uses of Interface
app.coronawarn.server.services.distribution.assembly.structure.Writable
-
-
Uses of Writable in app.coronawarn.server.services.distribution.assembly.appconfig.structure.archive.decorator.signing
Classes in app.coronawarn.server.services.distribution.assembly.appconfig.structure.archive.decorator.signing that implement Writable Modifier and Type Class Description classAppConfigurationSigningDecorator -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory
Classes in app.coronawarn.server.services.distribution.assembly.appconfig.structure.directory that implement Writable Modifier and Type Class Description classAppConfigurationDirectoryCreates the directory structure/configuration/country/:countryand writes the app configuration parameters into a zip file. -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.archive.decorator.signing
Classes in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.archive.decorator.signing that implement Writable Modifier and Type Class Description classDiagnosisKeySigningDecorator -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory
Classes in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory that implement Writable Modifier and Type Class Description classDiagnosisKeysCountryDirectoryclassDiagnosisKeysDateDirectoryclassDiagnosisKeysDirectoryADirectorycontaining the file and directory structure that mirrors the API defined in the OpenAPI definition/services/distribution/api_v1.json.classDiagnosisKeysHourDirectory -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory.decorator
Classes in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.directory.decorator that implement Writable Modifier and Type Class Description classDateIndexingDecoratorclassHourIndexingDecorator -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.file
Classes in app.coronawarn.server.services.distribution.assembly.diagnosiskeys.structure.file that implement Writable Modifier and Type Class Description classTemporaryExposureKeyExportFileAFilecontaining aTemporaryExposureKeyExport. -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure
Classes in app.coronawarn.server.services.distribution.assembly.structure with type parameters of type Writable Modifier and Type Interface Description interfaceWritable<W extends Writable<W>>Something that has a name, a parent and that can be written to somewhere.Classes in app.coronawarn.server.services.distribution.assembly.structure that implement Writable Modifier and Type Class Description classWritableOnDiskAWritablethat can be written to disk. -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.archive
Classes in app.coronawarn.server.services.distribution.assembly.structure.archive with type parameters of type Writable Modifier and Type Interface Description interfaceArchive<W extends Writable<W>>Subinterfaces of Writable in app.coronawarn.server.services.distribution.assembly.structure.archive Modifier and Type Interface Description interfaceArchive<W extends Writable<W>>Classes in app.coronawarn.server.services.distribution.assembly.structure.archive that implement Writable Modifier and Type Class Description classArchiveOnDiskAnArchivethat 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 Writable Modifier and Type Method Description Set<Writable<WritableOnDisk>>ArchiveOnDisk. getWritables()Methods in app.coronawarn.server.services.distribution.assembly.structure.archive with parameters of type Writable Modifier and Type Method Description voidArchiveOnDisk. addWritable(Writable<WritableOnDisk> writable) -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator
Classes in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator with type parameters of type Writable Modifier and Type Class Description classArchiveDecorator<W extends Writable<W>>Decorates aDirectory(e.g.Classes in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator that implement Writable Modifier and Type Class Description classArchiveDecorator<W extends Writable<W>>Decorates aDirectory(e.g. -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing
Classes in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing with type parameters of type Writable Modifier and Type Class Description classAbstractSigningDecorator<W extends Writable<W>>interfaceSigningDecorator<W extends Writable<W>>A decorator that can sign an array of bytes and write the signature into a file.Subinterfaces of Writable in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing Modifier and Type Interface Description interfaceSigningDecorator<W extends Writable<W>>A decorator that can sign an array of bytes and write the signature into a file.Classes in app.coronawarn.server.services.distribution.assembly.structure.archive.decorator.signing that implement Writable Modifier and Type Class Description classAbstractSigningDecorator<W extends Writable<W>>classSigningDecoratorOnDisk -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.directory
Classes in app.coronawarn.server.services.distribution.assembly.structure.directory with type parameters of type Writable Modifier and Type Interface Description interfaceDirectory<W extends Writable<W>>interfaceIndexDirectory<T,W extends Writable<W>>A "metadirectory" that maps its on-disk subdirectories to some list of elements.Subinterfaces of Writable in app.coronawarn.server.services.distribution.assembly.structure.directory Modifier and Type Interface Description interfaceDirectory<W extends Writable<W>>interfaceIndexDirectory<T,W extends Writable<W>>A "metadirectory" that maps its on-disk subdirectories to some list of elements.Classes in app.coronawarn.server.services.distribution.assembly.structure.directory that implement Writable Modifier and Type Class Description classDirectoryOnDiskADirectorythat can be written to disk.classIndexDirectoryOnDisk<T>AnIndexDirectorythat can be written to disk.Methods in app.coronawarn.server.services.distribution.assembly.structure.directory that return types with arguments of type Writable Modifier and Type Method Description Set<Writable<W>>Directory. getWritables()Set<Writable<WritableOnDisk>>DirectoryOnDisk. getWritables()Methods in app.coronawarn.server.services.distribution.assembly.structure.directory with parameters of type Writable Modifier and Type Method Description voidDirectory. addWritable(Writable<W> writable)voidDirectoryOnDisk. addWritable(Writable<WritableOnDisk> writable) -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator
Classes in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator with type parameters of type Writable Modifier and Type Class Description classDirectoryDecorator<W extends Writable<W>>Decorates aDirectory(e.g.classIndexDirectoryDecorator<T,W extends Writable<W>>Decorates anIndexDirectory(e.g.Classes in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator that implement Writable Modifier and Type Class Description classDirectoryDecorator<W extends Writable<W>>Decorates aDirectory(e.g.classIndexDirectoryDecorator<T,W extends Writable<W>>Decorates anIndexDirectory(e.g.Methods in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator that return types with arguments of type Writable Modifier and Type Method Description Set<Writable<W>>DirectoryDecorator. getWritables()Methods in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator with parameters of type Writable Modifier and Type Method Description voidDirectoryDecorator. addWritable(Writable<W> writable) -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator.indexing
Classes in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator.indexing with type parameters of type Writable Modifier and Type Class Description classAbstractIndexingDecorator<T,W extends Writable<W>>interfaceIndexingDecorator<T,W extends Writable<W>>AnIndexDirectoryDecoratorthat writes a file called"index", containing a JSON array containing all elements returned byIndexDirectoryOnDisk.getIndex(app.coronawarn.server.services.distribution.assembly.structure.util.ImmutableStack<java.lang.Object>), formatted with theIndexDirectoryOnDisk.getIndexFormatter()onprepare(app.coronawarn.server.services.distribution.assembly.structure.util.ImmutableStack<java.lang.Object>).Subinterfaces of Writable in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator.indexing Modifier and Type Interface Description interfaceIndexingDecorator<T,W extends Writable<W>>AnIndexDirectoryDecoratorthat writes a file called"index", containing a JSON array containing all elements returned byIndexDirectoryOnDisk.getIndex(app.coronawarn.server.services.distribution.assembly.structure.util.ImmutableStack<java.lang.Object>), formatted with theIndexDirectoryOnDisk.getIndexFormatter()onprepare(app.coronawarn.server.services.distribution.assembly.structure.util.ImmutableStack<java.lang.Object>).Classes in app.coronawarn.server.services.distribution.assembly.structure.directory.decorator.indexing that implement Writable Modifier and Type Class Description classAbstractIndexingDecorator<T,W extends Writable<W>>classIndexingDecoratorOnDisk<T> -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.file
Classes in app.coronawarn.server.services.distribution.assembly.structure.file with type parameters of type Writable Modifier and Type Interface Description interfaceFile<W extends Writable<W>>AWritablethat contains some bytes.Subinterfaces of Writable in app.coronawarn.server.services.distribution.assembly.structure.file Modifier and Type Interface Description interfaceFile<W extends Writable<W>>AWritablethat contains some bytes.Classes in app.coronawarn.server.services.distribution.assembly.structure.file that implement Writable Modifier and Type Class Description classFileOnDiskAFilethat can be written to disk.classFileOnDiskWithChecksumAFilethat can be written to disk, alongside a secondFilecontaining 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. -
Uses of Writable in app.coronawarn.server.services.distribution.assembly.structure.util.functional
Classes in app.coronawarn.server.services.distribution.assembly.structure.util.functional with type parameters of type Writable Modifier and Type Interface Description interfaceWritableFunction<T extends Writable<T>>AFunction<Stack<Object>, Writable>.Methods in app.coronawarn.server.services.distribution.assembly.structure.util.functional that return types with arguments of type Writable Modifier and Type Method Description Optional<Writable<T>>WritableFunction. apply(ImmutableStack<Object> t)
-