Uses of Interface
org.apache.maven.configuration.BeanConfigurationValuePreprocessor
-
Packages that use BeanConfigurationValuePreprocessor Package Description org.apache.maven.configuration -
-
Uses of BeanConfigurationValuePreprocessor in org.apache.maven.configuration
Methods in org.apache.maven.configuration that return BeanConfigurationValuePreprocessor Modifier and Type Method Description BeanConfigurationValuePreprocessorBeanConfigurationRequest. getValuePreprocessor()Gets the optional preprocessor for configuration values.BeanConfigurationValuePreprocessorDefaultBeanConfigurationRequest. getValuePreprocessor()Methods in org.apache.maven.configuration with parameters of type BeanConfigurationValuePreprocessor Modifier and Type Method Description BeanConfigurationRequestBeanConfigurationRequest. setValuePreprocessor(BeanConfigurationValuePreprocessor valuePreprocessor)Sets the optional preprocessor for configuration values.DefaultBeanConfigurationRequestDefaultBeanConfigurationRequest. setValuePreprocessor(BeanConfigurationValuePreprocessor valuePreprocessor)
-