Uses of Class
org.fest.util.Strings.StringToAppend
-
-
Uses of Strings.StringToAppend in org.fest.util
Methods in org.fest.util that return Strings.StringToAppend Modifier and Type Method Description static Strings.StringToAppend
Strings. append(java.lang.String toAppend)
Appends a givenString
to the given target, only if the target does not end with the givenString
to append.
-