Class 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  GenerateDocsCommand.GenDocFlags
      The CLI flags of gen docs command.
    • Field Summary

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

        spec
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(org.apache.bookkeeper.tools.framework.CliFlags globalFlags, java.lang.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 Detail

      • GenerateDocsCommand

        public GenerateDocsCommand()
    • Method Detail

      • apply

        public java.lang.Boolean apply​(org.apache.bookkeeper.tools.framework.CliFlags globalFlags,
                                       java.lang.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>