org.apache.logging.log4j.core.config.plugins
Class PluginType

java.lang.Object
  extended by org.apache.logging.log4j.core.config.plugins.PluginType
All Implemented Interfaces:
Serializable

public class PluginType
extends Object
implements Serializable

Plugin Descriptor.

See Also:
Serialized Form

Constructor Summary
PluginType(Class clazz, String name, boolean printObj, boolean deferChildren)
           
 
Method Summary
 String getElementName()
           
 Class getPluginClass()
           
 boolean isDeferChildren()
           
 boolean isObjectPrintable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginType

public PluginType(Class clazz,
                  String name,
                  boolean printObj,
                  boolean deferChildren)
Method Detail

getPluginClass

public Class getPluginClass()

getElementName

public String getElementName()

isObjectPrintable

public boolean isObjectPrintable()

isDeferChildren

public boolean isDeferChildren()


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.