Deprecated Methods |
org.kuali.common.util.PropertyUtilsTest.encryptTest()
|
org.codehaus.plexus.util.cli.CommandLineUtils.quote(String)
Use StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean) , StringUtils.quoteAndEscape(String, char, char[], char, boolean) , or
StringUtils.quoteAndEscape(String, char) instead. |
org.codehaus.plexus.util.cli.CommandLineUtils.quote(String, boolean)
Use StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean) , StringUtils.quoteAndEscape(String, char, char[], char, boolean) , or
StringUtils.quoteAndEscape(String, char) instead. |
org.codehaus.plexus.util.cli.CommandLineUtils.quote(String, boolean, boolean, boolean)
Use StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean) , StringUtils.quoteAndEscape(String, char, char[], char, boolean) , or
StringUtils.quoteAndEscape(String, char) instead. |