Interface CliContextAccessor.CliContextBuilder<B extends CliContextAccessor.CliContextBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
CliContextAccessor

public static interface CliContextAccessor.CliContextBuilder<B extends CliContextAccessor.CliContextBuilder<B>>
Provides a builder method for a CliContext property returning the builder for applying multiple build operations.
  • Method Details

    • withCliContext

      B withCliContext(CliContext aCliContext)
      Sets the CliContext for the CliContext property.
      Parameters:
      aCliContext - The CliContext to be stored by the root condition property.
      Returns:
      The builder for applying multiple build operations.