Interface ManagementServerSetupTask.CommandSet<B>

All Known Subinterfaces:
ManagementServerSetupTask.BatchBuilder, ManagementServerSetupTask.ScriptBuilder
Enclosing class:
ManagementServerSetupTask

public static interface ManagementServerSetupTask.CommandSet<B>
  • Method Summary

    Modifier and Type
    Method
    Description
    add(String command)
    Adds the specified command to the associated set.
    default B
    add(String pattern, Object... params)
    Adds the specified parameterized command to the associated set.
  • Method Details

    • add

      B add(String command)
      Adds the specified command to the associated set.
      Parameters:
      command - a CLI command
      Returns:
      a reference to this builder
    • add

      default B add(String pattern, Object... params)
      Adds the specified parameterized command to the associated set.
      Parameters:
      command - a CLI command
      Returns:
      a reference to this builder