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.List<java.lang.Object> components, java.util.Collection<org.osgi.framework.Bundle> bundles)
      Deconstructs the given components in order, then the given bundles.
    • Method Detail

      • deconstruct

        void deconstruct​(java.util.List<java.lang.Object> components,
                         java.util.Collection<org.osgi.framework.Bundle> bundles)
        Deconstructs the given components in order, then the given bundles.