org.apache.maven.plugin.assembly.model
Class ContainerDescriptorHandlerConfig

java.lang.Object
  extended by org.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig
All Implemented Interfaces:
Serializable

public class ContainerDescriptorHandlerConfig
extends Object
implements 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

Constructor Summary
ContainerDescriptorHandlerConfig()
           
 
Method Summary
 Object getConfiguration()
          Get configuration options for the handler.
 String getHandlerName()
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerDescriptorHandlerConfig

public ContainerDescriptorHandlerConfig()
Method Detail

getConfiguration

public Object getConfiguration()
Get configuration options for the handler.

Returns:
Object

getHandlerName

public String getHandlerName()
Get the handler's plexus role-hint, for lookup from the container.

Returns:
String

setConfiguration

public void setConfiguration(Object configuration)
Set configuration options for the handler.

Parameters:
configuration -

setHandlerName

public void setHandlerName(String handlerName)
Set the handler's plexus role-hint, for lookup from the container.

Parameters:
handlerName -


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.