Package org.apache.jorphan.reflect
See: Description
-
Interface Summary Interface Description ServiceLoadExceptionHandler Service loading might fail (e.g. ClassFilter filter class when visiting the search path with ClassFinder Closeable -
Class Summary Class Description LogAndIgnoreServiceLoadExceptionHandler Logs all the failures to agiven Logger and ignores them. CollectServiceLoadExceptionHandler Collects all the failures in a collection. ClassTools Utility methods for handling dynamic access to classes. IgnoreServiceLoadExceptionHandler Ignores all failures. ServiceLoadFailure Functor Implements function call-backs. RethrowServiceLoadExceptionHandler Rethrows service loading failures as IllegalStateException. ClassFinder This class finds classes that extend one of a set of parent classes. -
Annotation Summary Annotation Description JMeterService This is a marker annotation that describes JMeter will try using java.util.ServiceLoader to find the implementations.