Class ConfigProperties

java.lang.Object
org.opendaylight.ovsdb.utils.config.ConfigProperties

public final class ConfigProperties extends Object
  • Method Details

    • getProperty

      public static String getProperty(Class<?> classParam, String propertyStr)
    • getProperty

      public static String getProperty(Class<?> classParam, String propertyStr, String defaultValue)
    • overrideProperty

      public static void overrideProperty(String property, String value)