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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> data_product()
      Override the data_product name for this item
      java.util.Optional<java.lang.String> namespace()
      Override the default namespace for this item
      java.lang.String version()
      Set the version for this item
    • Method Detail

      • namespace

        java.util.Optional<java.lang.String> namespace()
        Override the default namespace for this item
        Returns:
        String namespace name, if given.
      • data_product

        java.util.Optional<java.lang.String> data_product()
        Override the data_product name for this item
        Returns:
        String the actual data product name to be used, if given.
      • version

        java.lang.String version()
        Set the version for this item
        Returns:
        String a semver version to be used for this data product.