}
}
Map config = new HashMap();
config.put(
PojoServiceRegistryFactory.BUNDLE_DESCRIPTORS,
(filter != null) ? new ClasspathScanner()
.scanForBundles(filter.toString()) : new ClasspathScanner()
.scanForBundles());
new PojoServiceRegistryFactoryImpl().newPojoServiceRegistry(config);
if (main != null) {
int count = 0;
if (filter != null) {