Package alluxio.cli

Class DocGenerator


  • public class DocGenerator
    extends java.lang.Object
    Utility for generating docs.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main entry for this util class.
      static void printHelp​(java.lang.String message)
      Prints the help message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Main entry for this util class.
        Parameters:
        args - arguments for command line
        Throws:
        java.io.IOException
      • printHelp

        public static void printHelp​(java.lang.String message)
        Prints the help message.
        Parameters:
        message - message before standard usage information