Package fr.gouv.vitam.common.i18n
Class PluginPropertiesLoader
java.lang.Object
fr.gouv.vitam.common.i18n.PluginPropertiesLoader
Plugin Messages Helper for Logbooks
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
static void
loadProperties
(String handlerID, String propertyFilename) loadProperties from handler Id and properties filestatic void
loadProperties
(String handlerID, String propertyFilename, ClassLoader urlClassLoader) loadProperties from handler Id and properties file using a given classLoader
-
Method Details
-
loadProperties
loadProperties from handler Id and properties file- Parameters:
handlerID
- the handler id to loadpropertyFilename
- 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
- Parameters:
message
- the message id to get from resource map- Returns:
- message detail
-