| java.lang.Object nextapp.echo2.app.util.PropertiesDiscovery
PropertiesDiscovery | public class PropertiesDiscovery (Code) | | Utility class for retrieving property files matching a specific name
across the CLASSPATH.
|
Method Summary | |
public static Map | loadProperties(String resourceName, ClassLoader classLoader) Returns a map containing the contents of all property files with
the specified resource name. |
loadProperties | public static Map loadProperties(String resourceName, ClassLoader classLoader) throws IOException(Code) | | Returns a map containing the contents of all property files with
the specified resource name.
Parameters: resourceName - the name of the properties file(s) to load a map containing properties of all properties files in the CLASSPATH matching the specified resourceName |
|
|