org.apache.logging.log4j.core.config.plugins
Class PluginType<T>
java.lang.Object
org.apache.logging.log4j.core.config.plugins.PluginType<T>
- All Implemented Interfaces:
- Serializable
public class PluginType<T>
- extends Object
- implements Serializable
Plugin Descriptor.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginType
public PluginType(Class<T> clazz,
String name,
boolean printObj,
boolean deferChildren)
getPluginClass
public Class<T> getPluginClass()
getElementName
public String getElementName()
isObjectPrintable
public boolean isObjectPrintable()
isDeferChildren
public boolean isDeferChildren()
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.