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)
    • getLoadedSources

      public static List<String> getLoadedSources()
    • getProperties

      public static Properties getProperties()
    • getProperties

      public static Properties getProperties(boolean includeSystem)
    • getProperties

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

      public static void set(String key, String value)