| Interface | Description |
|---|---|
| ClassFilter |
filter class when visiting the search path with
ClassFinder |
| ClassFinder.Closeable | |
| ServiceLoadExceptionHandler<S> |
Service loading might fail (e.g.
|
| Class | Description |
|---|---|
| ClassFinder |
This class finds classes that extend one of a set of parent classes.
|
| ClassTools |
Utility methods for handling dynamic access to classes.
|
| CollectServiceLoadExceptionHandler<S> |
Collects all the failures in a collection.
|
| Functor |
Implements function call-backs.
|
| IgnoreServiceLoadExceptionHandler |
Ignores all failures.
|
| LogAndIgnoreServiceLoadExceptionHandler |
Logs all the failures to agiven
Logger and ignores them. |
| RethrowServiceLoadExceptionHandler |
Rethrows service loading failures as
IllegalStateException. |
| ServiceLoadFailure<S> |
| Annotation Type | Description |
|---|---|
| JMeterService |
This is a marker annotation that describes JMeter will try using
ServiceLoader to find the implementations. |
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.