Package org.apache.sshd.common.config
Class VersionProperties
- java.lang.Object
-
- org.apache.sshd.common.config.VersionProperties
-
public final class VersionProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
VersionProperties.LazyVersionPropertiesHolder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REPORTED_VERSION
Property used to hold the reported version
-
Constructor Summary
Constructors Modifier Constructor Description private
VersionProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.NavigableMap<java.lang.String,java.lang.String>
getVersionProperties()
-
-
-
Field Detail
-
REPORTED_VERSION
public static final java.lang.String REPORTED_VERSION
Property used to hold the reported version- See Also:
- Constant Field Values
-
-