Class AbstractStartupActionFactory

    • Method Detail

      • getOverriddenClasses

        public java.lang.String[] getOverriddenClasses​(java.lang.Class<?> clazz)
                                                throws java.lang.IllegalArgumentException
        Get startup actions overridden by the given class. This is designed to allow a new class to replace a deprecated class.

        Note: the behavior is undefined if multiple classes override a single class.

        This implementation returns an empty array.

        Specified by:
        getOverriddenClasses in interface StartupActionFactory
        Parameters:
        clazz - the class
        Returns:
        an empty array
        Throws:
        java.lang.IllegalArgumentException - if the class is not supported by this factory