Package com.rabbitmq.client.impl
Class ClientVersion
- java.lang.Object
-
- com.rabbitmq.client.impl.ClientVersion
-
public class ClientVersion extends java.lang.ObjectPublicly available Client Version information
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGERstatic java.lang.StringVERSIONprivate 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.StringgetDefaultVersion()private static java.lang.StringgetVersionFromPackage()private static java.lang.StringgetVersionFromPropertyFile()
-
-
-
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()
-
-