Interface YalParameters

All Known Implementing Classes:
SbkYalParameters

public interface YalParameters
Parameters contract for YAML-based configuration (YAL) support.

Implementations provide accessors to retrieve the YAML file name that should be read to load CLI arguments, typically used together with YmlMap helpers.

  • Method Summary

    Modifier and Type
    Method
    Description
    Get the configured YAML file name.
  • Method Details

    • getFileName

      String getFileName()
      Get the configured YAML file name.
      Returns:
      path or name of the YAML file to read