public class AnnotatedAgentScanner extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<AgentConfiguration> |
scanPackage(String basePackage)
Scans the specified base package for agents.
|
public static Set<AgentConfiguration> scanPackage(String basePackage)
NOTE: an empty basePackage string as a parameter may result
in a full class-path scan.
basePackage - the base package to search for annotated classesSet of AgentConfiguration objects from the objects found in
the specified package, or an empty set; not nullCopyright © 2021. All rights reserved.