* Jul 16, 2008
*/
public class ClientRM extends ResourceManager2 {
public ClientRM(String name) {
PropertiesFile file = new PropertiesFile(true);
Properties properties = new Properties();
try {
properties = file.load(UtilFile.getFile("client", "config.properties"));
} catch (Exception e) {
LogService.getInstance().setThrowable(e);
}
try {
loadResources(ApplicationFactory.class, properties, name, true);