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 Classes
    Modifier and Type
    Class
    Description
    protected static class 
    The CLI flags of gen docs command.
  • Field Summary

    Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand

    spec
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(org.apache.bookkeeper.tools.framework.CliFlags globalFlags, String[] args)
     

    Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand

    category, description, name, path, setParent, usage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.bookkeeper.tools.framework.Command

    hidden
  • Constructor Details

    • GenerateDocsCommand

      public GenerateDocsCommand()
  • Method Details

    • apply

      public Boolean apply(org.apache.bookkeeper.tools.framework.CliFlags globalFlags, String[] args)
      Specified by:
      apply in interface org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.framework.CliFlags>
      Overrides:
      apply in class org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,GenerateDocsCommand.GenDocFlags>