Class PluginEntry
java.lang.Object
org.apache.logging.log4j.core.config.plugins.processor.PluginEntry
- All Implemented Interfaces:
Serializable
Memento object for storing a plugin entry to a cache file.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()booleanisDefer()booleanvoidsetCategory(String category) voidsetClassName(String className) voidsetDefer(boolean defer) voidvoidvoidsetPrintable(boolean printable) toString()
-
Constructor Details
-
PluginEntry
public PluginEntry()
-
-
Method Details
-
getKey
-
setKey
-
getClassName
-
setClassName
-
getName
-
setName
-
isPrintable
public boolean isPrintable() -
setPrintable
public void setPrintable(boolean printable) -
isDefer
public boolean isDefer() -
setDefer
public void setDefer(boolean defer) -
getCategory
-
setCategory
-
toString
-