Uses of Enum Class
com.atlassian.crowd.embedded.impl.EnvironmentUtils.JRE
Packages that use 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.JREReturns 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.