class: CommonUtils
public class: CommonUtils
Author:
Miriam Doelle (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:13:15; Modified: 16.07.2009 15:13:15;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{E4D60F83-EFE3-4a15-96EF-B87B3D00797F}
Useful common functionalities.
Goto:
Custom Properties
,
Methods
Appears in:
util
Custom Properties
CommonUtils
Methods
Operation
Details
public static
findURLInClasspath
(
String fileName):URL
Sequential
Tags:
throws=FileNotFoundException
Notes:
Searches for a file name in the classpath and gives back the URL.
@return The URL
public static
getProperties
(
String propertyFileName):Properties
Sequential
Tags:
throws=IOException
Notes:
Reads a property list (key and element pairs) from the given property file and delivers the properties.
@return The properties
class: CommonUtils