Class PropsUtil

Object
com.liferay.portal.kernel.util.PropsUtil

public class PropsUtil extends Object
Author:
Brian Wing Shun Chan
  • Constructor Details

    • PropsUtil

      public PropsUtil()
  • Method Details

    • contains

      public static boolean contains(String key)
    • get

      public static String get(String key)
    • get

      public static String get(String key, Filter filter)
    • getArray

      public static String[] getArray(String key)
    • getArray

      public static String[] getArray(String key, Filter filter)
    • getProperties

      public static Properties getProperties()
    • getProperties

      public static Properties getProperties(String prefix, boolean removePrefix)
    • getProps

      public static Props getProps()
    • setProps

      public static void setProps(Props props)