Class ContainerDescriptorHandlerConfig
- java.lang.Object
-
- org.apache.maven.plugins.assembly.model.ContainerDescriptorHandlerConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class ContainerDescriptorHandlerConfig extends java.lang.Object implements java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
configuration
Configuration options for the handler.private java.lang.String
handlerName
The handler's plexus role-hint, for lookup from the container.
-
Constructor Summary
Constructors Constructor Description ContainerDescriptorHandlerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getConfiguration()
Get configuration options for the handler.java.lang.String
getHandlerName()
Get the handler's plexus role-hint, for lookup from the container.void
setConfiguration(java.lang.Object configuration)
Set configuration options for the handler.void
setHandlerName(java.lang.String handlerName)
Set the handler's plexus role-hint, for lookup from the container.
-
-
-
Method Detail
-
getConfiguration
public java.lang.Object getConfiguration()
Get configuration options for the handler.- Returns:
- Object
-
getHandlerName
public java.lang.String getHandlerName()
Get the handler's plexus role-hint, for lookup from the container.- Returns:
- String
-
setConfiguration
public void setConfiguration(java.lang.Object configuration)
Set configuration options for the handler.- Parameters:
configuration
-
-
setHandlerName
public void setHandlerName(java.lang.String handlerName)
Set the handler's plexus role-hint, for lookup from the container.- Parameters:
handlerName
-
-
-