Package org.pentaho.di.ui.util
Class EnvironmentUtils
java.lang.Object
org.pentaho.di.ui.util.EnvironmentUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionAsk for the browser name.static EnvironmentUtils
boolean
Ask if the browsing environment checks are disabled.boolean
Checks the available browser to see if it is an unsupported one.boolean
Checks the existence of the webkit library on ubuntu.
-
Field Details
-
UBUNTU_BROWSER
- See Also:
-
MAC_BROWSER
- See Also:
-
WINDOWS_BROWSER
- See Also:
-
-
Method Details
-
getInstance
-
isUnsupportedBrowserEnvironment
public boolean isUnsupportedBrowserEnvironment()Checks the available browser to see if it is an unsupported one.- Returns:
- 'true' if in a unSupported browser environment 'false' otherwise.
-
isBrowserEnvironmentCheckDisabled
public boolean isBrowserEnvironmentCheckDisabled()Ask if the browsing environment checks are disabled.- Returns:
- 'true' if disabled 'false' otherwise.
-
getBrowserName
Ask for the browser name.- Returns:
- a String that contains the browser name.
-