Interface CommandEscapeCodeAccessor.CommandEscapeCodeBuilder<B extends CommandEscapeCodeAccessor.CommandEscapeCodeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
ArgsProcessorBuilder<B>, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
CommandEscapeCodeAccessor

public static interface CommandEscapeCodeAccessor.CommandEscapeCodeBuilder<B extends CommandEscapeCodeAccessor.CommandEscapeCodeBuilder<B>>
Provides a builder method for a command Escape-Code property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCommandEscapeCode(String aCommandEscCode)
    Sets the command Escape-Code for the command Escape-Code property.
  • Method Details

    • withCommandEscapeCode

      B withCommandEscapeCode(String aCommandEscCode)
      Sets the command Escape-Code for the command Escape-Code property.
      Parameters:
      aCommandEscCode - The command Escape-Code to be stored by the command Escape-Code property.
      Returns:
      The builder for applying multiple build operations.