Uses of Enum
com.helger.commons.system.EJavaVersion
Packages that use EJavaVersion
-
Uses of EJavaVersion in com.helger.commons.system
Methods in com.helger.commons.system that return EJavaVersionModifier and TypeMethodDescriptionstatic EJavaVersionEJavaVersion.getCurrentVersion()static EJavaVersionEJavaVersion.getFromMajorAndMinor(int nMajor, int nMinor) Get the matching Java version from a class version.static EJavaVersionEJavaVersion.getFromVersionNumber(double dVersion) static EJavaVersionSystemHelper.getJavaVersion()static EJavaVersionReturns the enum constant of this type with the specified name.static EJavaVersion[]EJavaVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.system with parameters of type EJavaVersionModifier and TypeMethodDescriptionbooleanEJavaVersion.isNewerOrEqualsThan(EJavaVersion eJavaVersion) Check if this java version is newer or equals than the passed versionbooleanEJavaVersion.isOlderOrEqualsThan(EJavaVersion eJavaVersion) Check if this java version is older or equals than the passed version