Class DeploymentLifecycleUtil


  • public class DeploymentLifecycleUtil
    extends java.lang.Object
    Utility class to deal with deployment lifecycle.
    Since:
    16.0.0
    Version:
    $Revision: 26035 $ $Date: 2023-11-30 14:49:12 -0300 (Thu, 30 Nov 2023) $
    • Constructor Detail

      • DeploymentLifecycleUtil

        public DeploymentLifecycleUtil()
    • Method Detail

      • getBeforeClassLoaderStopMethods

        public static java.util.Collection<java.lang.reflect.Method> getBeforeClassLoaderStopMethods​(java.lang.Class<?> clazz)
        Returns the BeforeClassLoaderStop methods in the given class.
        Parameters:
        clazz - the class
        Returns:
        the BeforeClassLoaderStop methods in the given class.
        Since:
        16.0.0
      • getAfterClassLoaderStartMethods

        public static java.util.Collection<java.lang.reflect.Method> getAfterClassLoaderStartMethods​(java.lang.Class<?> clazz)
        Returns the AfterClassLoaderStarted methods in the given class.
        Parameters:
        clazz - the class
        Returns:
        the AfterClassLoaderStarted methods in the given class.
        Since:
        16.0.0