Class 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 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 - a configuration object.
      • setHandlerName

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