Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginType
-
Packages that use PluginType Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.plugins.util Utility and manager classes for Log4j 2 plugins. -
-
Uses of PluginType in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return PluginType Modifier and Type Method Description PluginType<?>Node. getType()Constructors in org.apache.logging.log4j.core.config with parameters of type PluginType Constructor Description Node(Node parent, java.lang.String name, PluginType<?> type)Creates a new instance ofNodeand initializes it with a name and the corresponding XML element. -
Uses of PluginType in org.apache.logging.log4j.core.config.plugins.util
Methods in org.apache.logging.log4j.core.config.plugins.util that return PluginType Modifier and Type Method Description PluginType<?>PluginManager. getPluginType(java.lang.String name)Returns the type of a specified plugin.Methods in org.apache.logging.log4j.core.config.plugins.util that return types with arguments of type PluginType Modifier and Type Method Description java.util.Map<java.lang.String,PluginType<?>>PluginManager. getPlugins()Returns all the matching plugins.java.util.Map<java.lang.Long,java.util.Map<java.lang.String,java.util.List<PluginType<?>>>>PluginRegistry. getPluginsByCategoryByBundleId()java.util.Map<java.lang.String,java.util.List<PluginType<?>>>PluginRegistry. loadFromBundle(long bundleId, java.lang.ClassLoader loader)java.util.Map<java.lang.String,java.util.List<PluginType<?>>>PluginRegistry. loadFromMainClassLoader()java.util.Map<java.lang.String,java.util.List<PluginType<?>>>PluginRegistry. loadFromPackage(java.lang.String pkg)Constructors in org.apache.logging.log4j.core.config.plugins.util with parameters of type PluginType Constructor Description PluginBuilder(PluginType<?> pluginType)Constructs a PluginBuilder for a given PluginType.
-