public class CommonProperties extends Object
ClientProperties
Modifier and Type | Method and Description |
---|---|
static Properties |
asProperties() |
static void |
ensureIsLoaded() |
static String |
getBuildVersion()
Gets the source code revision.
|
static String |
getProductName()
Gets the product name.
|
static String |
getReleaseVersion()
Gets the product version.
|
static int |
getReleaseVersionMajor()
Gets the product major version.
|
static int |
getReleaseVersionMinor()
Gets the product minor version.
|
static String |
getVersionString()
Extracts all of the version information as a printable string.
|
public static final String IO_NETWORK_TRANSPORT_TIMEOUT_PROP_NAME
public static final int IO_NETWORK_TRANSPORT_TIMEOUT_DEFAULT
public static final String QPID_SECURITY_TLS_PROTOCOL_WHITE_LIST
public static final String QPID_SECURITY_TLS_PROTOCOL_WHITE_LIST_DEFAULT
public static final String QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST
public static final String QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST_DEFAULT
public static final String QPID_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST
public static final String QPID_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST_DEFAULT
public static final String QPID_SECURITY_TLS_CIPHER_SUITE_BLACK_LIST
public static final String QPID_SECURITY_TLS_CIPHER_SUITE_BLACK_LIST_DEFAULT
public static final String QPID_SECURITY_OBJECT_MESSAGE_CLASS_HIERARCHY_WHITE_LIST
public static final String QPID_SECURITY_OBJECT_MESSAGE_CLASS_HIERARCHY_BLACK_LIST
public static final String VERSION_RESOURCE
public static final String PRODUCT_NAME_PROPERTY
public static final String RELEASE_VERSION_PROPERTY
public static final String RELEASE_VERSION_SUFFIX
public static final String BUILD_VERSION_PROPERTY
public static void ensureIsLoaded()
public static Properties asProperties()
public static String getProductName()
public static String getReleaseVersion()
public static int getReleaseVersionMajor()
public static int getReleaseVersionMinor()
public static String getBuildVersion()
public static String getVersionString()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.