Actions
Bug #1107
closedimplement properties file for settings
Status:
Resolved
Priority:
Normal
Assignee:
Category:
jalama-general
Target version:
Start date:
06/16/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1107
Description
implement properties file for settings - settings currently hard-coded in
src/edu/ucsb/nceas/util/Settings.java - this class should still exist, but
should pull configurable settings from an xml or .properties file
Updated by Matthew Brooke over 21 years ago
finished - see src/edu/ucsb/nceas/util/XMLProperties, which tries to stay as
close as possible to the API of the java.util.Properties class, but is
implemented using an xml properties file which is accessed by xpath strings
instead of simple name strings
Actions