Deprecated API
Contents
-
Deprecated Annotation TypesAnnotation TypeDescriptionUse -Amanifold.resource.<file-ext>=[type-name-regex] javac command line arguments.Use -Amanifold.resource.<file-ext>=[type-name-regex] javac command line arguments.
-
Deprecated MethodsMethodDescriptionThe design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object).Use the standardly named
ManStringUtil.capitalize(String). Method will be removed in Commons Lang 3.0.UseManStringUtil.chomp(String)instead. Method will be removed in Commons Lang 3.0.UseManStringUtil.chomp(String, String)instead. Method will be removed in Commons Lang 3.0.UseManStringUtil.chomp(String)instead. Method will be removed in Commons Lang 3.0.Use the clearer namedManStringUtil.trimToEmpty(String). Method will be removed in Commons Lang 3.0.Use the better namedManStringUtil.join(Object[])instead. Method will be removed in Commons Lang 3.0.UseManStringUtil.substringAfterLast(String, String)instead (although this doesn't include the separator) Method will be removed in Commons Lang 3.0.Use the better namedManStringUtil.substringBetween(String, String). Method will be removed in Commons Lang 3.0.Use the better namedManStringUtil.substringBetween(String, String, String). Method will be removed in Commons Lang 3.0.UseManStringUtil.substringBefore(String, String)instead (although this doesn't include the separator). Method will be removed in Commons Lang 3.0.Use better namedManStringUtil.overlay(String, String, int, int)instead. Method will be removed in Commons Lang 3.0.UseManStringUtil.substringAfter(String, String)instead. Method will be removed in Commons Lang 3.0.Use the standardly namedManStringUtil.uncapitalize(String). Method will be removed in Commons Lang 3.0.RegExpMatch now implements List<String>, so it is no longer necessary to call getGroups()