public static final class PropertySource.Util
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.CharSequence |
joinAsCamelCase(java.lang.Iterable<? extends java.lang.CharSequence> tokens)
Joins a list of strings using camelCaseConventions.
|
static java.util.List<java.lang.CharSequence> |
tokenize(java.lang.CharSequence value)
Converts a property name string into a list of tokens.
|
public static java.util.List<java.lang.CharSequence> tokenize(java.lang.CharSequence value)
log4j,
log4j2, Log4j, or org.apache.logging.log4j, along with separators of
dash -, dot ., underscore _, and slash /. Tokens can also be separated
by camel case conventions without needing a separator character in between.value - property namepublic static java.lang.CharSequence joinAsCamelCase(java.lang.Iterable<? extends java.lang.CharSequence> tokens)
tokens - tokens to convertCopyright © 2006-2021 OPS4J - Open Participation Software for Java. All Rights Reserved.