Class EggplantDriveRunner


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

      Constructors 
      Constructor Description
      EggplantDriveRunner​(java.io.File eggplantHome, int port, int loggingLevel, java.io.File output, java.io.File globalResultsFolder, java.lang.String eggplantLicenserHost, boolean debugMode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Process getProcess()  
      boolean isRunning()  
      void start()  
      • Methods inherited from class java.lang.Object

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

      • EXIT_CODE_INSUFFICIENT_LICENSES

        public static final int EXIT_CODE_INSUFFICIENT_LICENSES
        See Also:
        Constant Field Values
    • Constructor Detail

      • EggplantDriveRunner

        public EggplantDriveRunner​(java.io.File eggplantHome,
                                   int port,
                                   int loggingLevel,
                                   java.io.File output,
                                   java.io.File globalResultsFolder,
                                   java.lang.String eggplantLicenserHost,
                                   boolean debugMode)
    • Method Detail

      • start

        public void start()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getProcess

        public java.lang.Process getProcess()
      • isRunning

        public boolean isRunning()