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 SummaryConstructors
- 
Method SummaryModifier 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- 
ContainerDescriptorHandlerConfigpublic ContainerDescriptorHandlerConfig()
 
- 
- 
Method Details- 
getConfigurationGet configuration options for the handler.- Returns:
- Object
 
- 
getHandlerNameGet the handler's plexus role-hint, for lookup from the container.- Returns:
- String
 
- 
setConfigurationSet configuration options for the handler.- Parameters:
- configuration- a configuration object.
 
- 
setHandlerNameSet the handler's plexus role-hint, for lookup from the container.- Parameters:
- handlerName- a handlerName object.
 
 
-