public class TestCaseLM
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFullFilePath(java.lang.String aFilename)
This method finds a file from the current classpath and attempts to reconstruct its
full filename.
|
static java.util.Properties |
getPropertiesFile(java.lang.String aFilename)
This method will read a Properties file from the current ClassLoader
and return a Properties instance with the Properties from the file.
|
public static java.util.Properties getPropertiesFile(java.lang.String aFilename) throws java.lang.IllegalArgumentException
aFilename
- String with the filename to locate.java.lang.IllegalArgumentException
public static java.lang.String getFullFilePath(java.lang.String aFilename)
aFilename
- String with the filename to locate.Copyright © 2013. All Rights Reserved.