org.jdiameter.client.impl
Class VersionProperties

java.lang.Object
  extended by org.jdiameter.client.impl.VersionProperties

public class VersionProperties
extends java.lang.Object

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
static VersionProperties instance
          The single instance.
 
Method Summary
 java.util.Map getProperties()
          Returns an unmodifiable map of version properties.
 java.lang.String getProperty(java.lang.String name)
          Returns the value for the given property name.
 java.lang.String toString()
          Returns the version information as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

public static final VersionProperties instance
The single instance.

Method Detail

getProperties

public java.util.Map getProperties()
Returns an unmodifiable map of version properties.

Returns:

getProperty

public java.lang.String getProperty(java.lang.String name)
Returns the value for the given property name.

Parameters:
name - - The name of the property.
Returns:
The property value or null if the property is not set.

toString

public java.lang.String toString()
Returns the version information as a string.

Overrides:
toString in class java.lang.Object
Returns:
Basic information as a string.


Copyright © 2014. All Rights Reserved.