Uses of Interface
org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.Test
Packages that use ResolverUtil.Test
Package
Description
Utility and manager classes for Log4j 2 plugins.
-
Uses of ResolverUtil.Test in org.apache.logging.log4j.core.config.plugins.util
Classes in org.apache.logging.log4j.core.config.plugins.util that implement ResolverUtil.TestModifier and TypeClassDescriptionstatic classA Test that checks to see if each class is annotated with the 'Plugin' annotation.Methods in org.apache.logging.log4j.core.config.plugins.util with parameters of type ResolverUtil.TestModifier and TypeMethodDescriptionprotected voidResolverUtil.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.voidResolverUtil.find(ResolverUtil.Test test, String... packageNames) Attempts to discover classes that pass the test.voidResolverUtil.findInPackage(ResolverUtil.Test test, String packageName) Scans for classes starting at the package provided and descending into subpackages.private booleanResolverUtil.isTestApplicable(ResolverUtil.Test test, String path) private voidResolverUtil.loadImplementationsInBundle(ResolverUtil.Test test, String packageName) private voidResolverUtil.loadImplementationsInDirectory(ResolverUtil.Test test, String parent, File location) Finds matches in a physical directory on a file system.private voidResolverUtil.loadImplementationsInJar(ResolverUtil.Test test, String parent, File jarFile) Finds matching classes within a jar files that contains a folder structure matching the package structure.private voidResolverUtil.loadImplementationsInJar(ResolverUtil.Test test, String parent, String path, JarInputStream stream) Finds matching classes within a jar files that contains a folder structure matching the package structure.private voidResolverUtil.loadImplementationsInJar(ResolverUtil.Test test, String parent, URL url) Finds matching classes within a jar files that contains a folder structure matching the package structure.