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

java.lang.Object
  extended byorg.apache.maven.plugin.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

Constructor Summary
ContainerDescriptorHandlerConfig()
           
 
Method Summary
 java.lang.String getHandlerName()
          Get The handler's plexus role-hint, for lookup from the container.
 java.lang.String getModelEncoding()
           
 void setHandlerName(java.lang.String handlerName)
          Set The handler's plexus role-hint, for lookup from the container.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 
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

getHandlerName

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

Returns:
String

setHandlerName

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

Parameters:
handlerName -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


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