Class ClassSupport
java.lang.Object
org.antublue.test.engine.internal.support.ClassSupport
Class to implement ClassSupport
-
Method Summary
Modifier and TypeMethodDescriptiondiscoverClasses(Predicate<Class<?>> predicate) Method to scan the Java classpath and return Classes matching the Predicate
-
Method Details
-
discoverClasses
Method to scan the Java classpath and return Classes matching the Predicate- Parameters:
predicate- predicate- Returns:
- a list of Classes
-