|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.util.StringBuilders
public class StringBuilders
Consider this class private.
Constructor Summary | |
---|---|
StringBuilders()
|
Method Summary | |
---|---|
static StringBuilder |
appendDqValue(StringBuilder sb,
Object value)
Appends in the following format: double quoted value. |
static StringBuilder |
appendKeyDqValue(StringBuilder sb,
Map.Entry<String,String> entry)
Appends in the following format: key=double quoted value. |
static StringBuilder |
appendKeyDqValue(StringBuilder sb,
String key,
Object value)
Appends in the following format: key=double quoted value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringBuilders()
Method Detail |
---|
public static StringBuilder appendDqValue(StringBuilder sb, Object value)
sb
- a string buildervalue
- a value
"value"
public static StringBuilder appendKeyDqValue(StringBuilder sb, Map.Entry<String,String> entry)
sb
- a string builderentry
- a map entry
key="value"
public static StringBuilder appendKeyDqValue(StringBuilder sb, String key, Object value)
sb
- a string builderkey
- a keyvalue
- a value
key="value"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.