cvm.ncb.csm
Class CSM_Properties

java.lang.Object
  extended by cvm.ncb.csm.CSM_Properties

public class CSM_Properties
extends java.lang.Object

Basic property file for loading Bridges

Author:
Frank Hernandez

Field Summary
static java.lang.String SB_BRIDGES
           
 
Constructor Summary
CSM_Properties()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String prop)
          This function returns the value of the property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SB_BRIDGES

public static final java.lang.String SB_BRIDGES
See Also:
Constant Field Values
Constructor Detail

CSM_Properties

public CSM_Properties()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String prop)
This function returns the value of the property.

Parameters:
prop -
Returns:
value of property

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object