Package org.apache.pulsar.broker.tools
Class GenerateDocsCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,GenerateDocsCommand.GenDocFlags>
org.apache.pulsar.broker.tools.GenerateDocsCommand
- All Implemented Interfaces:
org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.framework.CliFlags>
public class GenerateDocsCommand
extends org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,GenerateDocsCommand.GenDocFlags>
The command to generate documents of broker-tool.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classThe CLI flags of gen docs command. -
Field Summary
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, name, path, setParent, usageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.bookkeeper.tools.framework.Command
hidden
-
Constructor Details
-
GenerateDocsCommand
public GenerateDocsCommand()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceorg.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.framework.CliFlags>- Overrides:
applyin classorg.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,GenerateDocsCommand.GenDocFlags>
-