org.sonatype.gshell.util
Class Strings
java.lang.Object
org.sonatype.gshell.util.Strings
public class Strings
- extends Object
Common String manipulation routines from org.codehaus.plexus:plexus-utils.
- Since:
- 2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Strings
public Strings()
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.