public class ResourceStringUtils extends Object
| Constructor and Description |
|---|
ResourceStringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasTextExceptSlash(CharSequence input)
Checks whether the given input contains actual text (slash excluded).
|
static String |
removeLeadingSlash(String path)
Returns a string without the leading slash, if any.
|
public static boolean hasTextExceptSlash(CharSequence input)
)#hasText.input - Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.