Class ScriptArbiter.Builder
java.lang.Object
org.apache.logging.log4j.core.config.arbiters.ScriptArbiter.Builder
- All Implemented Interfaces:
Builder<ScriptArbiter>
- Enclosing class:
- ScriptArbiter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.setConfiguration
(AbstractConfiguration configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.logging.log4j.core.util.Builder
getErrorPrefix, isValid
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setConfiguration
-
setNode
-
asBuilder
-
build
Description copied from interface:Builder
Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.- Specified by:
build
in interfaceBuilder<ScriptArbiter>
- Returns:
- the configured instance.
-