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
-
Method Summary
Modifier and TypeMethodDescriptionGet configuration options for the handler.Get the handler's plexus role-hint, for lookup from the container.void
setConfiguration
(Object configuration) Set configuration options for the handler.void
setHandlerName
(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.
-