Package org.apache.logging.log4j.core.config.plugins.util

Utility and manager classes for Log4j 2 plugins.

See:
          Description

Interface Summary
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.
TypeConverter<T> Interface for doing automatic String conversion to a specific type.
 

Class Summary
PluginBuilder<T> Builder class to instantiate and configure a Plugin object using a PluginFactory method or PluginBuilderFactory builder class.
PluginManager Loads and manages all the plugins.
PluginManager.PluginTest A Test that checks to see if each class is annotated with a specific annotation.
PluginRegistry<T extends Serializable> Registry for PluginType maps partitioned by category names.
PluginType<T> Plugin Descriptor.
ResolverUtil ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
TypeConverters Collection of basic TypeConverter implementations.
TypeConverters.BigDecimalConverter Parses a String into a BigDecimal.
TypeConverters.BigIntegerConverter Parses a String into a BigInteger.
TypeConverters.BooleanConverter Converts a String into a Boolean.
TypeConverters.ByteArrayConverter Converts a String into a byte[].
TypeConverters.ByteConverter Converts a String into a Byte.
TypeConverters.CharacterConverter Converts a String into a Character.
TypeConverters.CharArrayConverter Converts a String into a char[].
TypeConverters.CharsetConverter Converts a String into a Charset.
TypeConverters.ClassConverter Converts a String into a Class.
TypeConverters.DoubleConverter Converts a String into a Double.
TypeConverters.EnumConverter<E extends Enum<E>> Converts a String into a Enum.
TypeConverters.FileConverter Converts a String into a File.
TypeConverters.FloatConverter Converts a String into a Float.
TypeConverters.IntegerConverter Converts a String into a Integer.
TypeConverters.LevelConverter Converts a String into a Log4j Level.
TypeConverters.LongConverter Converts a String into a Long.
TypeConverters.PatternConverter Converts a String into a Pattern.
TypeConverters.SecurityProviderConverter Converts a String into a Pattern.
TypeConverters.ShortConverter Converts a String into a Short.
TypeConverters.StringConverter Returns the given String, no conversion takes place.
TypeConverters.UriConverter Converts a String into a URI.
TypeConverters.UrlConverter Converts a String into a URL.
 

Package org.apache.logging.log4j.core.config.plugins.util Description

Utility and manager classes for Log4j 2 plugins.



Copyright © 1999-2014 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.