Class WVSProperties

java.lang.Object
com.ptc.wvs.common.util.WVSProperties

public class WVSProperties extends Object
Methods to access the Properties found in the WVS Properties file.

Supported API: true

Extendable: false
  • Method Details

    • getPropertyValue

      public static String getPropertyValue(String property)
      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

      public static String getPropertyValue(String property, String defaultPropertyValue)
      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