Class CookieCommand<CookieFlagsT extends CliFlags>

java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<BKFlags,CommandFlagsT>
org.apache.bookkeeper.tools.common.BKCommand<CookieFlagsT>
org.apache.bookkeeper.tools.cli.commands.cookie.CookieCommand<CookieFlagsT>
All Implemented Interfaces:
Command<BKFlags>
Direct Known Subclasses:
CreateCookieCommand, DeleteCookieCommand, GenerateCookieCommand, GetCookieCommand, UpdateCookieCommand

abstract class CookieCommand<CookieFlagsT extends CliFlags> extends BKCommand<CookieFlagsT>
This is a mixin for cookie related commands to extends.