Properties pro = new Properties();
InputStream in = WelcomeAction.class
.getResourceAsStream("/IBLConstants.properties");
pro.load(in);
for (int i = 0; i < pro.size(); i++) {
if (pro.containsKey(roleType)) {
System.out.println(pro.getProperty(roleType));
}
}
Tuesday, September 29, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment