org.apache.maven.embedder
Interface ContainerCustomizer


public interface ContainerCustomizer

Instances of this interface can be user upon start of the embedder to customize the components in the plexus container.

Author:
mkleint

Method Summary
 void customize(org.codehaus.plexus.PlexusContainer container)
          callback from embedder's start() method that allows to customize the components in the container.
 

Method Detail

customize

void customize(org.codehaus.plexus.PlexusContainer container)
callback from embedder's start() method that allows to customize the components in the container.



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.