Interface KeywordEscapeCodeAccessor

All Known Subinterfaces:
ArgsParser, CliMetrics, KeywordEscapeCodeAccessor.KeywordEscapeCodeProperty
All Known Implementing Classes:
CliArgsParser, CliContext

public interface KeywordEscapeCodeAccessor
Provides an accessor for a keyword (e.g. short- and long-options) Escape-Code property.
  • Method Details

    • getKeywordEscapeCode

      String getKeywordEscapeCode()
      Retrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.
      Returns:
      The keyword (e.g. short- and long-options) Escape-Code stored by the option Escape-Code property.