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 StringgetCategory()StringgetElementName()StringgetKey()Class<T>getPluginClass()booleanisDeferChildren()booleanisObjectPrintable()StringtoString()
-
-
-
Constructor Detail
-
PluginType
public PluginType(PluginEntry pluginEntry, Class<T> pluginClass, String elementName)
- Since:
- 2.1
-
-