Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • handlerName

        private java.lang.String handlerName
        The handler's plexus role-hint, for lookup from the container.
      • configuration

        private java.lang.Object configuration
        Configuration options for the handler.
    • Constructor Detail

      • ContainerDescriptorHandlerConfig

        public ContainerDescriptorHandlerConfig()
    • 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 -