Class ContainerDescriptorHandlerConfig
java.lang.Object
org.apache.maven.plugins.assembly.model.ContainerDescriptorHandlerConfig
- All Implemented Interfaces:
 Serializable
Configures a filter for files headed into the assembly
 archive, to enable
         aggregation of various types of descriptor fragments,
 such as components.xml,
         web.xml, etc.
- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet configuration options for the handler.Get the handler's plexus role-hint, for lookup from the container.voidsetConfiguration(Object configuration) Set configuration options for the handler.voidsetHandlerName(String handlerName) Set the handler's plexus role-hint, for lookup from the container. 
- 
Constructor Details
- 
ContainerDescriptorHandlerConfig
public ContainerDescriptorHandlerConfig() 
 - 
 - 
Method Details
- 
getConfiguration
Get configuration options for the handler.- Returns:
 - Object
 
 - 
getHandlerName
Get the handler's plexus role-hint, for lookup from the container.- Returns:
 - String
 
 - 
setConfiguration
Set configuration options for the handler.- Parameters:
 configuration- a configuration object.
 - 
setHandlerName
Set the handler's plexus role-hint, for lookup from the container.- Parameters:
 handlerName- a handlerName object.
 
 -