Class FileBasedStorageConfiguration
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.model.config.ScanStorageConfiguration
public final class FileBasedStorageConfiguration implements ScanStorageConfiguration
The configuration model of a file based storage.
-
-
Field Summary
Fields Modifier and Type Field Description private final FileStorageConfigurationbackendprivate final StorageTypetype
-
Constructor Summary
Constructors Constructor Description FileBasedStorageConfiguration(FileStorageConfiguration backend, StorageType type)
-
Method Summary
Modifier and Type Method Description final FileStorageConfigurationgetBackend()The configuration of the FileStorage used to store the files. final StorageTypegetType()The way that scan results are stored, defaults to StorageType.PROVENANCE_BASED. -
-
Constructor Detail
-
FileBasedStorageConfiguration
FileBasedStorageConfiguration(FileStorageConfiguration backend, StorageType type)
-
-
Method Detail
-
getBackend
final FileStorageConfiguration getBackend()
The configuration of the FileStorage used to store the files.
-
getType
final StorageType getType()
The way that scan results are stored, defaults to StorageType.PROVENANCE_BASED.
-
-
-
-