Uses of Record Class
org.apache.logging.log4j.plugins.model.PluginEntry
Packages that use PluginEntry
-
Uses of PluginEntry in org.apache.logging.log4j.plugins.model
Methods in org.apache.logging.log4j.plugins.model that return PluginEntryModifier and TypeMethodDescriptionPluginEntry.Builder.get()
abstract PluginEntry[]
PluginService.getEntries()
PluginType.getPluginEntry()
Methods in org.apache.logging.log4j.plugins.model that return types with arguments of type PluginEntryModifier and TypeMethodDescriptionPluginCache.getAllNamespaces()
Returns all namespaces of plugins in this cache.PluginCache.getNamespace
(String namespace) Gets or creates a namespace of plugins.Methods in org.apache.logging.log4j.plugins.model with parameters of type PluginEntryConstructors in org.apache.logging.log4j.plugins.model with parameters of type PluginEntryModifierConstructorDescriptionPluginType
(PluginEntry pluginEntry, Class<T> pluginClass) Constructor.PluginType
(PluginEntry pluginEntry, ClassLoader classLoader) The Constructor.