nl.tudelft.tbm.eeni.owl2java.utils
Class StringUtils

java.lang.Object
  extended by nl.tudelft.tbm.eeni.owl2java.utils.StringUtils

public class StringUtils
extends Object


Field Summary
static String headerStr
           
static String indent
           
static String preStr
           
 
Constructor Summary
StringUtils()
           
 
Method Summary
static String indentText(String text)
           
static String indentText(String text, int level)
           
static String toFirstLowerCase(String string)
           
static String toFirstUpperCase(String string)
           
static String toHeader(String text)
           
static String toSubHeader(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headerStr

public static String headerStr

preStr

public static String preStr

indent

public static String indent
Constructor Detail

StringUtils

public StringUtils()
Method Detail

indentText

public static String indentText(String text)

indentText

public static String indentText(String text,
                                int level)

toFirstLowerCase

public static String toFirstLowerCase(String string)

toFirstUpperCase

public static String toFirstUpperCase(String string)

toHeader

public static String toHeader(String text)

toSubHeader

public static String toSubHeader(String text)


Copyright © 2011. All Rights Reserved.