Package pulse.util

Interface Reflexive

    • Method Detail

      • instancesOf

        static <T extends ReflexiveList<T> instancesOf​(Class<T> reflexiveType,
                                                         String pckgname,
                                                         Object... params)
        Uses the ReflexiveFinder to create a list of simple instance of reflexiveType generated by any classes listed in the package pckgname.
        Type Parameters:
        T - a class implementing Reflexive
        Parameters:
        reflexiveType - a class that extends T
        pckgname - the String with the package name
        Returns:
        a list of Reflexive conforming with the conditions above.
      • instancesOf

        static <T extends ReflexiveList<T> instancesOf​(Class<T> reflexiveType)
        Uses the ReflexiveFinder to create a list of simple instance of reflexiveType generated by any classes listed in the same package where the reflexiveType is found.
        Type Parameters:
        T - a class implementing Reflexive
        Parameters:
        reflexiveType - a class that extends T
        Returns:
        a list of Reflexive conforming with the conditions above.