Uses of Interface
org.apache.maven.configuration.BeanConfigurationPathTranslator
Packages that use BeanConfigurationPathTranslator
-
Uses of BeanConfigurationPathTranslator in org.apache.maven.configuration
Classes in org.apache.maven.configuration that implement BeanConfigurationPathTranslatorModifier and TypeClassDescriptionclass
A path translator that resolves relative paths against a specific base directory.Methods in org.apache.maven.configuration that return BeanConfigurationPathTranslatorModifier and TypeMethodDescriptionBeanConfigurationRequest.getPathTranslator()
Gets the optional path translator for configuration values unmarshalled to files.DefaultBeanConfigurationRequest.getPathTranslator()
Methods in org.apache.maven.configuration with parameters of type BeanConfigurationPathTranslatorModifier and TypeMethodDescriptionBeanConfigurationRequest.setPathTranslator
(BeanConfigurationPathTranslator pathTranslator) Sets the optional path translator for configuration values unmarshalled to files.DefaultBeanConfigurationRequest.setPathTranslator
(BeanConfigurationPathTranslator pathTranslator)