Felix how to use FrameworkWiring.getDependencyClosure
问题 I am trying to get depends for each bundle. In this SO post I was advised to use FrameworkWiring.getDependencyClosure , but I can't understand how to initialize class, FrameworkWiring.getDependencyClosure - it's interface. Is there any implementations of this interface in felix? And second question: I have found BundleWiringImpl getRequirements(null); but I can't initialize BundleWiringImpl testObject = new BundleWiringImpl(); NetBeans show error: constructor BundleWiringImpl in class