Uses of Interface
org.apache.maven.configuration.BeanConfigurationPathTranslator
-
Packages that use BeanConfigurationPathTranslator Package Description org.apache.maven.configuration -
-
Uses of BeanConfigurationPathTranslator in org.apache.maven.configuration
Classes in org.apache.maven.configuration that implement BeanConfigurationPathTranslator Modifier and Type Class Description classBasedirBeanConfigurationPathTranslatorA path translator that resolves relative paths against a specific base directory.Methods in org.apache.maven.configuration that return BeanConfigurationPathTranslator Modifier and Type Method Description BeanConfigurationPathTranslatorBeanConfigurationRequest. getPathTranslator()Gets the optional path translator for configuration values unmarshalled to files.BeanConfigurationPathTranslatorDefaultBeanConfigurationRequest. getPathTranslator()Methods in org.apache.maven.configuration with parameters of type BeanConfigurationPathTranslator Modifier and Type Method Description BeanConfigurationRequestBeanConfigurationRequest. setPathTranslator(BeanConfigurationPathTranslator pathTranslator)Sets the optional path translator for configuration values unmarshalled to files.DefaultBeanConfigurationRequestDefaultBeanConfigurationRequest. setPathTranslator(BeanConfigurationPathTranslator pathTranslator)
-