Class PluginPropertiesLoader

java.lang.Object
fr.gouv.vitam.common.i18n.PluginPropertiesLoader

public class PluginPropertiesLoader extends Object
Plugin Messages Helper for Logbooks
  • Method Details

    • loadProperties

      public static void loadProperties(String handlerID, String propertyFilename)
      loadProperties from handler Id and properties file
      Parameters:
      handlerID - the handler id to load
      propertyFilename - the property file name
    • loadProperties

      public static void loadProperties(String handlerID, String propertyFilename, ClassLoader urlClassLoader)
      loadProperties from handler Id and properties file using a given classLoader
      Parameters:
      handlerID -
      propertyFilename -
      urlClassLoader -
    • getString

      public static final String getString(String message)
      Parameters:
      message - the message id to get from resource map
      Returns:
      message detail