Package com.rabbitmq.client.impl
Class ClientVersion
- java.lang.Object
-
- com.rabbitmq.client.impl.ClientVersion
-
public class ClientVersion extends java.lang.Object
Publicly available Client Version information
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOGGER
static java.lang.String
VERSION
private static char[]
VERSION_PROPERTY
-
Constructor Summary
Constructors Constructor Description ClientVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
getDefaultVersion()
private static java.lang.String
getVersionFromPackage()
private static java.lang.String
getVersionFromPropertyFile()
-
-
-
Method Detail
-
getVersionFromPropertyFile
private static final java.lang.String getVersionFromPropertyFile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getVersionFromPackage
private static final java.lang.String getVersionFromPackage()
-
getDefaultVersion
private static final java.lang.String getDefaultVersion()
-
-