org.apache.logging.log4j.core.util
Class KeyValuePair.Builder
java.lang.Object
org.apache.logging.log4j.core.util.KeyValuePair.Builder
- All Implemented Interfaces:
- Serializable, Builder<KeyValuePair>
- Enclosing class:
- KeyValuePair
public static class KeyValuePair.Builder
- extends Object
- implements Builder<KeyValuePair>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValuePair.Builder
public KeyValuePair.Builder()
setKey
public KeyValuePair.Builder setKey(String key)
setValue
public KeyValuePair.Builder setValue(String value)
build
public KeyValuePair build()
- Description copied from interface:
Builder
- Builds the plugin object after all configuration has been set. This will use default values for any
unspecified attributes for the plugin.
- Specified by:
build
in interface Builder<KeyValuePair>
- Returns:
- the configured plugin instance.
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.