public class Support extends Object
Constructor and Description |
---|
Support() |
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
acquireStringBuilder() |
static StringBuilder |
acquireStringBuilder(String value) |
static String |
after(String text,
String after)
Returns the string after the given token
|
static String |
before(String text,
String before)
Returns the string before the given token
|
static org.apache.commons.lang3.text.StrSubstitutor |
createStrSubstitutor(String prefix,
String suffix,
org.apache.commons.lang3.text.StrLookup<String> lookup) |
public static StringBuilder acquireStringBuilder()
public static StringBuilder acquireStringBuilder(String value)
public static org.apache.commons.lang3.text.StrSubstitutor createStrSubstitutor(String prefix, String suffix, org.apache.commons.lang3.text.StrLookup<String> lookup)
public static String before(String text, String before)
text
- the textbefore
- the tokenCopyright © 2011–2017 Red Hat. All rights reserved.