Uses of Class
org.apache.sshd.common.util.VersionInfo
Packages that use VersionInfo
-
Uses of VersionInfo in org.apache.sshd.common.util
Fields in org.apache.sshd.common.util with type parameters of type VersionInfoModifier and TypeFieldDescriptionprivate static final AtomicReference<VersionInfo> OsUtils.JAVA_VERSION_HOLDERMethods in org.apache.sshd.common.util that return VersionInfoModifier and TypeMethodDescriptionstatic VersionInfoOsUtils.getJavaVersion()Resolves the reported Java version by consultingOsUtils.JAVA_VERSION_OVERRIDE_PROP.static VersionInfoParses a version string - assumed to contain at most 4 non-negative components separated by a '.'.Methods in org.apache.sshd.common.util with parameters of type VersionInfoModifier and TypeMethodDescriptionintVersionInfo.compareTo(VersionInfo o) static voidOsUtils.setJavaVersion(VersionInfo version) Set programmatically the reported Java version