Is there a way to scan the classpath for certain patterns of resources?
I would like to be able to find resources by inclusion/exclusion parameters.
I would prefer not to use Spring.
For example, I would like to find all resource files that match: META-INF/properties/*.properties.
Looking forward to your ideas and comments! 🙂
Break the problem down:
Ant does it. Could you reuse the JARs that it uses? That would give you the capability without Spring.