Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Bundle.getEntry(...) does not look in the fragment


Hi,

Looking at the implementation of Bundle.getEntry(file) it seems that this method does not search for the file inside the fragments.
I know/understand that I can do it myself easily by getting the fragments and then iterating over them, but I'm just wondering what are the reasons
for this behavior?

        PaScaL

Back to the top