}
protected void manipulateComponents(BndReporter reporter, BndJarResourceStore store,
CacheableMetadataProvider cache, ClassLoader classLoader) {
Pojoization pojoization = new Pojoization(reporter);
pojoization.disableAnnotationProcessing();
if (m_useLocalSchemas) {
pojoization.setUseLocalXSD();
}
pojoization.pojoization(store, cache, createVisitor(store, reporter), classLoader);