Uses of Interface
org.apache.maven.embedder.ContainerCustomizer

Packages that use ContainerCustomizer
org.apache.maven.embedder   
 

Uses of ContainerCustomizer in org.apache.maven.embedder
 

Methods in org.apache.maven.embedder that return ContainerCustomizer
 ContainerCustomizer DefaultConfiguration.getContainerCustomizer()
           
 ContainerCustomizer Configuration.getContainerCustomizer()
           
 

Methods in org.apache.maven.embedder with parameters of type ContainerCustomizer
 Configuration DefaultConfiguration.setConfigurationCustomizer(ContainerCustomizer customizer)
           
 Configuration Configuration.setConfigurationCustomizer(ContainerCustomizer customizer)
          Set a customizer callback implemetation that will be given a chance to modify the plexus container on startup.
 



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