Interface ComponentDeconstructor


  • public interface ComponentDeconstructor
    Author:
    gjoranv, Tony Vaagenes
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deconstruct​(java.util.Collection<java.lang.Object> components, java.util.Collection<org.osgi.framework.Bundle> bundles)  
    • Method Detail

      • deconstruct

        void deconstruct​(java.util.Collection<java.lang.Object> components,
                         java.util.Collection<org.osgi.framework.Bundle> bundles)