Class Deconstructor

  • All Implemented Interfaces:
    com.yahoo.container.di.ComponentDeconstructor

    public class Deconstructor
    extends java.lang.Object
    implements com.yahoo.container.di.ComponentDeconstructor
    Author:
    Tony Vaagenes, gv
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Deconstructor.Mode  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deconstruct

        public void deconstruct​(java.util.List<java.lang.Object> components,
                                java.util.Collection<org.osgi.framework.Bundle> bundles)
        Specified by:
        deconstruct in interface com.yahoo.container.di.ComponentDeconstructor