Uses of Interface
org.apache.maven.configuration.BeanConfigurationValuePreprocessor

Packages that use BeanConfigurationValuePreprocessor
org.apache.maven.configuration   
 

Uses of BeanConfigurationValuePreprocessor in org.apache.maven.configuration
 

Methods in org.apache.maven.configuration that return BeanConfigurationValuePreprocessor
 BeanConfigurationValuePreprocessor DefaultBeanConfigurationRequest.getValuePreprocessor()
           
 BeanConfigurationValuePreprocessor BeanConfigurationRequest.getValuePreprocessor()
          Gets the optional preprocessor for configuration values.
 

Methods in org.apache.maven.configuration with parameters of type BeanConfigurationValuePreprocessor
 DefaultBeanConfigurationRequest DefaultBeanConfigurationRequest.setValuePreprocessor(BeanConfigurationValuePreprocessor valuePreprocessor)
           
 BeanConfigurationRequest BeanConfigurationRequest.setValuePreprocessor(BeanConfigurationValuePreprocessor valuePreprocessor)
          Sets the optional preprocessor for configuration values.
 



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