public class LoggerNameUtil
extends java.lang.Object
Constructor and Description |
---|
LoggerNameUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
computeNameParts(java.lang.String loggerName) |
static int |
getFirstSeparatorIndexOf(java.lang.String name) |
static int |
getSeparatorIndexOf(java.lang.String name,
int fromIndex)
Get the position of the separator character, if any, starting at position
'fromIndex'.
|
public static int getFirstSeparatorIndexOf(java.lang.String name)
public static int getSeparatorIndexOf(java.lang.String name, int fromIndex)
name
- fromIndex
- public static java.util.List<java.lang.String> computeNameParts(java.lang.String loggerName)
Copyright © 2010 - 2020 Adobe. All Rights Reserved