Class LifecycleVisitor

    • Constructor Detail

      • LifecycleVisitor

        public LifecycleVisitor​(Method method,
                                Class<?> ofType,
                                boolean visitInInstantiationOrder,
                                boolean ignoreError)
    • Method Detail

      • start

        public static void start​(Container container)
        Invoke the standard Container lifecycle for Startable.start().
        Parameters:
        container - The node to start the traversal.
      • stop

        public static void stop​(Container container)
        Invoke the standard Container lifecycle for Startable.stop().
        Parameters:
        container - The node to start the traversal.
      • dispose

        public static void dispose​(Container container)
        Invoke the standard Container lifecycle for Disposable.dispose().
        Parameters:
        container - The node to start the traversal.