| Package | Description |
|---|---|
| org.apache.logging.log4j.core.config.plugins.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolverUtil.addIfMatching(ResolverUtil.Test test,
String fqn)
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if
it is approved by the Test supplied.
|
void |
ResolverUtil.find(ResolverUtil.Test test,
String... packageNames)
Attempts to discover classes that pass the test.
|
void |
ResolverUtil.findInPackage(ResolverUtil.Test test,
String packageName)
Scans for classes starting at the package provided and descending into subpackages.
|
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.