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