|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResolverUtil.Test | |
---|---|
org.apache.logging.log4j.core.config.plugins | Configuration of Log4j 2.0 via Plugins. |
Uses of ResolverUtil.Test in org.apache.logging.log4j.core.config.plugins |
---|
Classes in org.apache.logging.log4j.core.config.plugins that implement ResolverUtil.Test | |
---|---|
static class |
PluginManager.PluginTest
A Test that checks to see if each class is annotated with a specific annotation. |
static class |
ResolverUtil.AnnotatedWith
A Test that checks to see if each class is annotated with a specific annotation. |
static class |
ResolverUtil.ClassTest
Test against a Class. |
static class |
ResolverUtil.IsA
A Test that checks to see if each class is assignable to the provided class. |
static class |
ResolverUtil.NameEndsWith
A Test that checks to see if each class name ends with the provided suffix. |
static class |
ResolverUtil.NameIs
A Test that checks to see if the class name matches. |
static class |
ResolverUtil.ResourceTest
Test against a resource. |
Methods in org.apache.logging.log4j.core.config.plugins with parameters of type ResolverUtil.Test | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.