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
-
Method Details
-
getFileName
String getFileName()Get the configured YAML file name.- Returns:
- path or name of the YAML file to read
-