java - How to read classes matching class name pattern (with or without extcos)? -
java - How to read classes matching class name pattern (with or without extcos)? -
i want classpath scanning using existing library. extcos
seems candidate, because supports jboss's vfs out of box.
is possible run extcos
(or other classpath scanning tool), that
com.example.*.entity
) loaded? the first prerequisite seems satisfied extcos
, i'm unable sec one. may happen have weird classes in com.example
bundle , don't want load them, not try.
as extcos (extensible component scanner, http://extcos.sf.net): first supported rightly mention, sec isn't possible. it's idea, i'll consider feature added.
java classpath classloader
Comments
Post a Comment