Interface and Description |
---|
org.apache.avalon.framework.logger.Loggable
Use
LogEnabled instead. |
org.apache.avalon.framework.component.Recomposable
Deprecated with no replacement. The Recomposable interface is a legacy
interface with no concrete contracts. Rather than copy the design mistake
to the "service" package, we no longer support this class.
|
Class and Description |
---|
org.apache.avalon.framework.logger.AbstractLoggable
Use
AbstractLogEnabled instead. |
Method and Description |
---|
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.parameters.Parameters.getParameterNames()
Use getNames() instead
|
org.apache.avalon.framework.component.ComponentException.getRole()
Use getKey instead
|
org.apache.avalon.framework.service.ServiceException.getRole()
Use getKey() instead
|
org.apache.avalon.framework.ExceptionUtil.splitString(String, String)
This is an internal utility method that should not be used
|
Constructor and Description |
---|
org.apache.avalon.framework.component.ComponentException(String)
use the String, String version to record the role
|
org.apache.avalon.framework.component.ComponentException(String, Throwable)
use the String, String, Throwable version to record the role
|
org.apache.avalon.framework.service.ServiceException(String)
use the String,String version instead
|
org.apache.avalon.framework.service.ServiceException(String, Throwable)
use the String,String,Throwable version instead
|