My requirement is to programmaticlly retrieve the list of confs for a given module and revision.
e.g. Given a Module name = [XXX] revision=[1.0.0] and ivysettings.xml already in place; what API I can use to retrieve the list of confs available for this module, in any of the repositories those are listed in ivysettings.xml. Also please note that I need a Java API; ( Also at this point I am using Apache Ivy standalone, not invoking Ivy via ant tasks). Thanks, Garima.
