All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.katalon.platform.api.controller.ExecutionController Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.katalon.platform.api.controller;

public interface ExecutionController extends Controller {

    /**
     * @return the running mode: IDE or KRE
     * 
     * @since 1.0.18
     */
    public String getRunningMode();

    /**
     * @return JRE location
     * 
     * @since 1.0.18
     */
    public String getJreLocation();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy