rkrzewski / bindex

OSGi Bundle Repository Indexer
Apache License 2.0
1 stars 1 forks source link

add index reading functinality #8

Open rkrzewski opened 11 years ago

rkrzewski commented 11 years ago

it should use pull parsing model to allow asynchronous stream processing. since we're on JDK 1.5 and javax.xml.stream (JSR-173) is not available, xmlpull (used by old bindex) is the preferred choice.