5859606162636465666768
String filepath = "config.properties"; ConfigLoader cl = new ConfigLoader(); cl.load(new FileInputStream(filepath)); cl.expandTerms(); cl.list(new PrintWriter(System.out, true)); } /** * Test of isExpandable, of class ConfigLoader.