Deprecated API


Contents
Deprecated Interfaces
org.clapper.util.misc.Semaphore
          J2SE 5.0 now provides a java.util.concurrent.Semaphore class 
 

Deprecated Classes
org.clapper.util.io.CombinationFileFilter
          Use AndFileFilter and OrFileFilter 
org.clapper.util.io.CombinationFilenameFilter
          Use AndFilenameFilter and OrFilenameFilter 
org.clapper.util.text.HTMLUtil
          Moved to org.clapper.util.html package 
org.clapper.util.misc.ObjectLockSemaphore
          J2SE 5.0 now provides a java.util.concurrent.Semaphore class 
org.clapper.util.misc.OrderedHashMap
          Please use java.util.LinkedHashMap, instead 
 

Deprecated Methods
org.clapper.util.text.HTMLUtil.convertCharacterEntities(String)
          Use HTMLUtil.convertCharacterEntities(java.lang.String) 
org.clapper.util.misc.NestedException.getNestedException()
          Use java.lang.Throwable.getCause() instead 
org.clapper.util.text.HTMLUtil.makeCharacterEntities(String)
          Use HTMLUtil.makeCharacterEntities(java.lang.String) 
org.clapper.util.text.HTMLUtil.stripHTMLTags(String)
          Use HTMLUtil.stripHTMLTags(java.lang.String) 
org.clapper.util.text.UnixShellVariableSubstituter.substitute(String, VariableDereferencer, VariableNameChecker, Object, boolean)
          As of version 2.3; please use UnixShellVariableSubstituter.setHonorEscapes(boolean) 
org.clapper.util.text.HTMLUtil.textFromHTML(String)
          Use HTMLUtil.makeCharacterEntities(java.lang.String) 
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.