Class _Private_CommandLine


  • public final class _Private_CommandLine
    extends java.lang.Object
    NOT FOR APPLICATION USE!
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      This main simply prints the version information to allow users to identify the build version of the Jar.
      • Methods inherited from class java.lang.Object

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

      • _Private_CommandLine

        public _Private_CommandLine()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        This main simply prints the version information to allow users to identify the build version of the Jar.
        Parameters:
        args - user command line flags
        Throws:
        java.io.IOException