Package com.facilita.fc.eggPlant
Class EggplantDriveRunner
- java.lang.Object
-
- com.facilita.fc.eggPlant.EggplantDriveRunner
-
public class EggplantDriveRunner extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXIT_CODE_INSUFFICIENT_LICENSES
-
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()
-
-
-
Field Detail
-
EXIT_CODE_INSUFFICIENT_LICENSES
public static final int EXIT_CODE_INSUFFICIENT_LICENSES
- See Also:
- Constant Field Values
-
-