Package org.apache.logging.log4j.core.config.plugins.util
Utility and manager classes for Log4j 2 plugins.
-
Interface Summary Interface Description ResolverUtil.Test A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil. -
Class Summary Class Description PluginBuilder Builder class to instantiate and configure a Plugin object using a PluginFactory method or PluginBuilderFactory builder class.PluginManager Loads and manages all the plugins.PluginRegistry Registry singleton for PluginType maps partitioned by source type and then by category names.PluginRegistry.PluginTest A Test that checks to see if each class is annotated with the 'Plugin' annotation.PluginType<T> Plugin Descriptor.ResolverUtil ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.