Package alluxio.cli

Class Version


  • @ThreadSafe
    @PublicApi
    public final class Version
    extends java.lang.Object
    The version of the current build.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Prints the version of the current build.
      static void printUsage​(org.apache.commons.cli.Options options)
      Prints the usage of the version command.
      • 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)
        Prints the version of the current build.
        Parameters:
        args - the arguments
      • printUsage

        public static void printUsage​(org.apache.commons.cli.Options options)
        Prints the usage of the version command.
        Parameters:
        options - the set of command line options to put in the help text