public class SwissKnife extends Object
Constructor and Description |
---|
SwissKnife() |
Modifier and Type | Method and Description |
---|---|
static String |
getRealClassNameLowerCamelCase(Object object)
Returns the lower class name.
|
static org.apache.commons.configuration.PropertiesConfiguration |
loadConfigurationInUtf8(String fileOrUrlOrClasspathUrl)
This is important: We load stuff as UTF-8.
|
public static org.apache.commons.configuration.PropertiesConfiguration loadConfigurationInUtf8(String fileOrUrlOrClasspathUrl)
fileOrUrlOrClasspathUrl
- Location of the file. Can be on file system, or on the
classpath. Will both work.clazz
- We need a classloader and clazz provides the classloader.Copyright © 2013. All Rights Reserved.