Class CliUtils


  • public class CliUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CliUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void displayUsage()  
      static java.lang.String getUsage()  
      static void handleSigInt​(Closer closer)  
      • Methods inherited from class java.lang.Object

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

      • CliUtils

        public CliUtils()
    • Method Detail

      • displayUsage

        public static void displayUsage()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getUsage

        public static java.lang.String getUsage()
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • handleSigInt

        public static void handleSigInt​(Closer closer)