Class CallStackReader
- java.lang.Object
-
- io.github.lukehutch.fastclasspathscanner.utils.CallStackReader
-
public class CallStackReader extends Object
A class to find the unique ordered classpath elements.
-
-
Constructor Summary
Constructors Constructor Description CallStackReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<?>[]
getClassContext()
Find all classes on the call stack.
-
-
-
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.
-
-