| Modifier and Type | Method and Description |
|---|---|
static CaseFormat |
CaseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseFormat[] |
CaseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String[] |
TagUtils.buildTags(String freeText,
int minLengthOfSingleTag,
CaseFormat caseFormat)
Build tags from a text.
|
static String |
TagUtils.buildTagString(String freeText,
int minLengthOfSingleTag,
CaseFormat caseFormat)
Build a string with text: First
TagUtils.buildTags(String, int)
than TagUtils.buildTagString(String[], int) with a maximum length
of 255. |
static String |
TagUtils.buildTagString(String freeText,
int minLengthOfSingleTag,
int maxLengthOfTagString,
CaseFormat caseFormat)
Build a string with text: First
TagUtils.buildTags(String, int)
is called than TagUtils.buildTagString(String[], int). |
Copyright © 2017 bremersee.org. All rights reserved.