Uses of Class
com.helger.commons.system.EJavaVersion
-
Packages that use EJavaVersion Package Description com.helger.commons.system -
-
Uses of EJavaVersion in com.helger.commons.system
Methods in com.helger.commons.system that return EJavaVersion Modifier and Type Method Description static 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 EJavaVersionEJavaVersion. valueOf(String name)Returns 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 EJavaVersion Modifier and Type Method Description booleanEJavaVersion. 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
-