org.fusesource.hawtdb.util
Class StringSupport

java.lang.Object
  extended by org.fusesource.hawtdb.util.StringSupport

public class StringSupport
extends java.lang.Object

Helper class to hold common text/string manipulation methods.

Author:
chirino

Constructor Summary
StringSupport()
           
 
Method Summary
static java.lang.String fillString(int count, char character)
           
static java.lang.String indent(java.lang.String value, int spaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSupport

public StringSupport()
Method Detail

indent

public static java.lang.String indent(java.lang.String value,
                                      int spaces)

fillString

public static java.lang.String fillString(int count,
                                          char character)


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.