Returns the value of the specified property. Returns null if this property does not exist. @param name the property name @return String that is the property value
(String name)
| 938 | * @return String that is the property value |
| 939 | */ |
| 940 | public String getProperty(String name) { |
| 941 | return props.getProperty(name); |
| 942 | } |
| 943 | |
| 944 | /** |
| 945 | * Load the protocol providers config files. |
no outgoing calls
no test coverage detected