Class ConnecterExecuter

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ConnecterExecuter
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean finito  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnecterExecuter​(java.io.File output, java.io.File f1, java.io.File f2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clean()  
      java.lang.Process getProcess()  
      void run()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • finito

        public boolean finito
    • Constructor Detail

      • ConnecterExecuter

        public ConnecterExecuter​(java.io.File output,
                                 java.io.File f1,
                                 java.io.File f2)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • clean

        public void clean()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getProcess

        public java.lang.Process getProcess()