Class LineCommandUtils


  • public final class LineCommandUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int executaCommando​(java.lang.String command)  
      static int executaCommando​(java.lang.String command, java.lang.StringBuilder log)  
      • Methods inherited from class java.lang.Object

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

      • executaCommando

        public static int executaCommando​(java.lang.String command)
                                   throws java.lang.InterruptedException,
                                          java.io.IOException
        Throws:
        java.lang.InterruptedException
        java.io.IOException
      • executaCommando

        public static int executaCommando​(java.lang.String command,
                                          java.lang.StringBuilder log)
                                   throws java.lang.InterruptedException,
                                          java.io.IOException
        Throws:
        java.lang.InterruptedException
        java.io.IOException