Package org.apache.sshd.common.config
Class VersionProperties
- java.lang.Object
-
- org.apache.sshd.common.config.VersionProperties
-
public final class VersionProperties extends Object
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
Fields Modifier and Type Field Description static String
REPORTED_VERSION
Property used to hold the reported version
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NavigableMap<String,String>
getVersionProperties()
-
-
-
Field Detail
-
REPORTED_VERSION
public static final String REPORTED_VERSION
Property used to hold the reported version- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersionProperties
public static NavigableMap<String,String> getVersionProperties()
- Returns:
- A case insensitive un-modifiable
NavigableMap
of thesshd-version.properties
data
-
-