public abstract class CommandBuilder<T extends Command>
Base class for command builders.
abstract T
build(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract T build(String name)
Completes the command building.
name