Package org.fairdatapipeline.config
Interface Config.ConfigUseItem
- Enclosing interface:
Config
@Immutable
public static interface Config.ConfigUseItem
Use-section for a data product. This MUST specify a version. It may override data product name
or namespace.
-
Method Summary
-
Method Details
-
namespace
Override the default namespace for this item- Returns:
- String namespace name, if given.
-
data_product
Override the data_product name for this item- Returns:
- String the actual data product name to be used, if given.
-
version
String version()Set the version for this item- Returns:
- String a semver version to be used for this data product.
-