Class DenyAllFilter.Builder
java.lang.Object
org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder<DenyAllFilter.Builder>
org.apache.logging.log4j.core.filter.DenyAllFilter.Builder
- All Implemented Interfaces:
Builder<DenyAllFilter>
- Enclosing class:
- DenyAllFilter
public static class DenyAllFilter.Builder
extends AbstractFilter.AbstractFilterBuilder<DenyAllFilter.Builder>
implements Builder<DenyAllFilter>
-
Field Summary
Fields inherited from class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
ATTR_ON_MATCH, ATTR_ON_MISMATCH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.Methods inherited from class org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder
asBuilder, getOnMatch, getOnMismatch, setOnMatch, setOnMismatch
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
-
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<DenyAllFilter>
- Returns:
- the configured instance.
-