Class SystemPropertyConfigUtils

java.lang.Object
org.apache.dubbo.common.utils.SystemPropertyConfigUtils

public class SystemPropertyConfigUtils extends Object
  • Constructor Details

    • SystemPropertyConfigUtils

      public SystemPropertyConfigUtils()
  • Method Details

    • getSystemProperty

      public static String getSystemProperty(String key)
      Return property of VM.
      Parameters:
      key -
      Returns:
    • getSystemProperty

      public static String getSystemProperty(String key, String defaultValue)
      Return property of VM. If not exist, the default value is returned.
      Parameters:
      key -
      defaultValue -
      Returns:
    • setSystemProperty

      public static String setSystemProperty(String key, String value)
      Set property of VM.
      Parameters:
      key -
      value -
      Returns:
    • clearSystemProperty

      public static String clearSystemProperty(String key)
      Clear property of VM.
      Parameters:
      key -
      Returns: