Class CallStackReader


  • public class CallStackReader
    extends Object
    A class to find the unique ordered classpath elements.
    • Constructor Detail

      • CallStackReader

        public CallStackReader()
    • Method Detail

      • getClassContext

        public static Class<?>[] getClassContext()
        Find all classes on the call stack.
        Returns:
        the classes on the call stack.
        Throws:
        IllegalArgumentException - if the call stack could not be read.