org.fest.util
Class Strings.StringsToJoin

java.lang.Object
  extended by org.fest.util.Strings.StringsToJoin
Enclosing class:
Strings

public static class Strings.StringsToJoin
extends Object

Understands how to join Strings using a given delimiter.

See Also:
Strings.join(String[])

Method Summary
 String with(String delimeter)
          Specifies the delimeter to use to join Strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public String with(String delimeter)
Specifies the delimeter to use to join Strings.

Parameters:
delimeter - the delimeter to use.
Returns:
the Strings joined using the given delimeter.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.