Deprecated API

Deprecated Classes
org.apache.avalon.excalibur.component.DefaultComponentManager
          Please use ExcaliburComponentManager instead 
org.apache.avalon.excalibur.component.DefaultComponentSelector
          use ExcaliburComponentSelector instead. 
 

Deprecated Methods
org.apache.avalon.excalibur.io.IOUtil.bufferedCopy(InputStream, OutputStream)
          Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead. 
org.apache.avalon.excalibur.cli.CLOptionDescriptor.getIncompatble()
          Use the correctly spelled CLOptionDescriptor.getIncompatible() instead. 
org.apache.avalon.excalibur.io.FileUtil.removeExtention(String)
          Use removeExtension as removeExtention is mispelled 
 

Deprecated Constructors
org.apache.avalon.excalibur.datasource.JdbcConnectionFactory(String, String, String, boolean, boolean)
          Use the new constructor with the connectionClass specified. 
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.