Uses of Enum Class
com.luciad.util.TLcdSystemPropertiesUtil.JavaVersion
Packages that use TLcdSystemPropertiesUtil.JavaVersion
-
Uses of TLcdSystemPropertiesUtil.JavaVersion in com.luciad.util
Methods in com.luciad.util that return TLcdSystemPropertiesUtil.JavaVersionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdSystemPropertiesUtil.JavaVersion[]TLcdSystemPropertiesUtil.JavaVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.util with parameters of type TLcdSystemPropertiesUtil.JavaVersionModifier and TypeMethodDescriptionstatic booleanTLcdSystemPropertiesUtil.isJavaVersion(TLcdSystemPropertiesUtil.JavaVersion aJavaVersion) Check if the Virtual Machine is running with the provided Java version or higher.