Method and Description |
---|
org.jboss.dashboard.commons.text.StringUtil.indentParagraph(String, String)
Use indentParagraph(String,int) instead
|
org.jboss.dashboard.commons.text.StringUtil.replace(String, char, String)
replaced by replaceAll()
|
org.jboss.dashboard.commons.text.StringUtil.replace(String, String, String)
replaced by replaceAll()
|
org.jboss.dashboard.commons.text.StringUtil.subString(String, int, int)
Use substring instead
|
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.