Detect returns true if Zing JRE should be used Zing JRE requires explicit configuration via JBP_CONFIG_ZING_JRE environment variable
()
| 36 | // Detect returns true if Zing JRE should be used |
| 37 | // Zing JRE requires explicit configuration via JBP_CONFIG_ZING_JRE environment variable |
| 38 | func (z *ZingJRE) Detect() (bool, error) { |
| 39 | return DetectJREByEnv("zing"), nil |
| 40 | } |
| 41 | |
| 42 | // Supply installs the Zing JRE |
| 43 | // Note: Zing JRE does NOT install jvmkill or memory calculator components |
nothing calls this directly
no test coverage detected