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.ObjectKnows how to append a givenStringto the given target, only if the target does not end with the givenStringto append.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringto(java.lang.String s)Appends theStringspecified in the constructor to theStringpassed as argument.
-