Uses of Enum Class
com.atlassian.crowd.embedded.impl.EnvironmentUtils.JRE
Packages that use EnvironmentUtils.JRE
Package
Description
-
Uses of EnvironmentUtils.JRE in com.atlassian.crowd.acceptance.tests.cluster.testutil
Methods in com.atlassian.crowd.acceptance.tests.cluster.testutil that return EnvironmentUtils.JRE -
Uses of EnvironmentUtils.JRE in com.atlassian.crowd.acceptance.utils
Methods in com.atlassian.crowd.acceptance.utils that return EnvironmentUtils.JRE -
Uses of EnvironmentUtils.JRE in com.atlassian.crowd.embedded.impl
Methods in com.atlassian.crowd.embedded.impl that return EnvironmentUtils.JREModifier and TypeMethodDescriptionstatic EnvironmentUtils.JRE
Returns the enum constant of this class with the specified name.static EnvironmentUtils.JRE[]
EnvironmentUtils.JRE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.embedded.impl that return types with arguments of type EnvironmentUtils.JREModifier and TypeMethodDescriptionstatic Optional
<EnvironmentUtils.JRE> static Optional
<EnvironmentUtils.JRE> EnvironmentUtils.JRE.forVersion
(int version) static Optional
<EnvironmentUtils.JRE> EnvironmentUtils.getJreVersion()
Returns the version of the current JRE.