Interface ClassListExtractor.CallbackWithQueryToScript
-
- Enclosing class:
- ClassListExtractor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ClassListExtractor.CallbackWithQueryToScript
Interface for a method that runs a query to a script, that loads classes you want to analyze withClassListExtractor.capture(CallbackWithQueryToScript).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Method that runs a query to a script, that loads classes you want to analyze withClassListExtractor.capture(CallbackWithQueryToScript).
-
-
-
Method Detail
-
run
void run() throws Exception
Method that runs a query to a script, that loads classes you want to analyze withClassListExtractor.capture(CallbackWithQueryToScript).- Throws:
Exception- if something goes wrong
-
-