DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38075>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38075 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2006-01-22 20:32 ------- I have implemented a method that returns a list of sub configurations and that should do what you want. This method makes use of a new SubnodeConfiguration class that directly operates on a node of another HierarchicalConfiguration. So constructing such objects is quite efficient, which makes them better suited for this particular use case. HierarchicalConfiguration now defines two methods: - configurationAt() returns a SubnodeConfiguration for a single selected node - configurationsAt() returns a list of SubnodeConfiguration objects for all nodes selected by the passed in key; this is the method of choice for your use case. I also updated the XML howtos to document these new methods. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
