Package org.fest.util
Class Strings.StringToAppend
- java.lang.Object
-
- org.fest.util.Strings.StringToAppend
-
- Enclosing class:
- Strings
public static class Strings.StringToAppend extends java.lang.Object
Knows how to append a givenString
to the given target, only if the target does not end with the givenString
to append.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
to(java.lang.String s)
Appends theString
specified in the constructor to theString
passed as argument.
-