Class ClassArbiter
java.lang.Object
org.apache.logging.log4j.core.config.arbiters.ClassArbiter
- All Implemented Interfaces:
Arbiter
@Plugin(name="ClassArbiter",
category="Core",
elementType="Arbiter",
printObject=true,
deferChildren=true)
public class ClassArbiter
extends Object
implements Arbiter
Conditional that determines if the specified class is present.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.apache.logging.log4j.core.config.arbiters.Arbiter
ELEMENT_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
className
-
-
Constructor Details
-
ClassArbiter
-
-
Method Details
-
isCondition
public boolean isCondition()- Specified by:
isCondition
in interfaceArbiter
-
newBuilder
-