Package com.ptc.wvs.common.util
Class WVSProperties
java.lang.Object
com.ptc.wvs.common.util.WVSProperties
Methods to access the Properties found in the WVS Properties file.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPropertyValue(String property) Returns the value (a String) of a Property.static StringgetPropertyValue(String property, String defaultPropertyValue) Returns the value (a String) of a Property.
-
Method Details
-
getPropertyValue
Returns the value (a String) of a Property.- Parameters:
property- Name of the Property of interest.- Returns:
- The value of the Property (a String). NOTE if the WVS Properties File
does contained the specified
Supported API: true
-
getPropertyValue
Returns the value (a String) of a Property.- Parameters:
property- Name of the Property of interest.defaultProperty- If the property is not found, the defaultPropertyValue is returned.- Returns:
- The value of the Property (a String).
Supported API: true
-