public class PluginPropertiesLoader extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getString(String message) |
static void |
loadProperties(String handlerID,
String propertyFilename)
loadProperties from handler Id and properties file
|
static void |
loadProperties(String handlerID,
String propertyFilename,
ClassLoader urlClassLoader)
loadProperties from handler Id and properties file using a given classLoader
|
public static void loadProperties(String handlerID, String propertyFilename)
handlerID
- the handler id to loadpropertyFilename
- the property file namepublic static void loadProperties(String handlerID, String propertyFilename, ClassLoader urlClassLoader)
handlerID
- propertyFilename
- urlClassLoader
- Copyright © 2019 Vitam. All rights reserved.