org.sonatype.gshell.util
Class Strings

java.lang.Object
  extended by org.sonatype.gshell.util.Strings

public class Strings
extends Object

Common String manipulation routines from org.codehaus.plexus:plexus-utils.

Since:
2.0

Constructor Summary
Strings()
           
 
Method Summary
static String join(Object[] array, String separator)
           
static String repeat(String str, int repeat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strings

public Strings()
Method Detail

join

public static String join(Object[] array,
                          String separator)

repeat

public static String repeat(String str,
                            int repeat)


Copyright © 2008-2011 Sonatype. All Rights Reserved.