Deprecated API


Contents
Deprecated Methods
org.apache.commons.codec.net.URLCodec.getEncoding()
          use #getDefaultCharset() 
org.apache.commons.codec.language.Soundex.getMaxLength()
          This feature is not needed since the encoding size must be constant. Will be removed in 2.0. 
org.apache.commons.codec.language.Soundex.setMaxLength(int)
          This feature is not needed since the encoding size must be constant. Will be removed in 2.0. 
 

Deprecated Constructors
org.apache.commons.codec.StringEncoderComparator()
          as creating without a StringEncoder will lead to a broken NullPointerException creating comparator. 
 



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.