| |
|
| java.lang.Object dtw.webmail.util.PropertiesLoader
PropertiesLoader | public class PropertiesLoader (Code) | | Utility class providing two simple
yet powerful methods for loading properties.
author: Dieter Wimberger version: 0.9.7 07/02/2003 |
Method Summary | |
public static Properties | loadProperties(String url) Returns a Properties instance loaded from the
URL given as String.
Parameters: url - that refers to the properties file as String. | public static Properties | loadProperties(URL url) Returns a Properties instance loaded from the
given URL.
Parameters: url - that refers to the properties file as java.net.URL. |
loadProperties | public static Properties loadProperties(URL url) throws IOException(Code) | | Returns a Properties instance loaded from the
given URL.
Parameters: url - that refers to the properties file as java.net.URL. loaded Properties instance. throws: IOException - if the method fails to access the URL. |
|
|
|