Class PluginType<T>
- java.lang.Object
-
- org.apache.logging.log4j.core.config.plugins.util.PluginType<T>
-
-
Constructor Summary
Constructors Constructor Description PluginType(PluginEntry pluginEntry, Class<T> pluginClass, String elementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
String
getElementName()
String
getKey()
Class<T>
getPluginClass()
boolean
isDeferChildren()
boolean
isObjectPrintable()
String
toString()
-
-
-
Constructor Detail
-
PluginType
public PluginType(PluginEntry pluginEntry, Class<T> pluginClass, String elementName)
- Since:
- 2.1
-
-