Class ClearlyDefinedStorageConfiguration
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.model.config.ScanStorageConfiguration
public final class ClearlyDefinedStorageConfiguration implements ScanStorageConfiguration
The configuration model of a storage based on ClearlyDefined.
-
-
Constructor Summary
Constructors Constructor Description ClearlyDefinedStorageConfiguration(String serverUrl)
-
Method Summary
Modifier and Type Method Description final StringgetServerUrl()The URL of the ClearlyDefined server. -
-
Constructor Detail
-
ClearlyDefinedStorageConfiguration
ClearlyDefinedStorageConfiguration(String serverUrl)
-
-
Method Detail
-
getServerUrl
final String getServerUrl()
The URL of the ClearlyDefined server.
-
-
-
-