Closed deinhofer closed 6 years ago
Now they are compilable and runnable again. Had to add dependency injection for class DefaultBundleModelParser (to inject instance of ModelValidator)
looks good! whats a DefaultBundleModelParser or what is a bundle model?
DefaultBundleModelParser
bundle model
The DefaultBundleModelParser parses the bundle_descriptor.xml file which describes the characteristics of a plugin.
Now they are compilable and runnable again. Had to add dependency injection for class DefaultBundleModelParser (to inject instance of ModelValidator)