Deprecated API


Contents
Deprecated Classes
org.apache.avalon.framework.logger.AbstractLoggable
          Use AbstractLogEnabled instead. 
 

Deprecated Methods
org.apache.avalon.framework.configuration.DefaultConfiguration.addAttribute(String, String)
          Use setAttribute() instead 
org.apache.avalon.framework.configuration.DefaultConfiguration.appendValueData(String)
          Use setValue() instead 
org.apache.avalon.framework.container.ContainerUtil.compose(Object, ComponentManager)
          compose() is no longer the preferred method via which components will be supplied with Components. Please Use service() from Composable instead. 
org.apache.avalon.framework.ExceptionUtil.splitString(String, String)
          This is an internal utility method that should not be used