Package 

Class CommandBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract T build(String name) Completes the command building.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

         abstract T build(String name)

        Completes the command building.

        Parameters:
        name - command name.