Package alluxio.cli
Class Version
- java.lang.Object
-
- alluxio.cli.Version
-
@ThreadSafe @PublicApi public final class Version extends java.lang.ObjectThe version of the current build.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Prints the version of the current build.static voidprintUsage(org.apache.commons.cli.Options options)Prints the usage of the version command.
-
-
-
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
-
-