Class BasedirBeanConfigurationPathTranslator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File basedir  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File translatePath​(java.io.File path)
      Translates the specified path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • basedir

        private final java.io.File basedir
    • Constructor Detail

      • BasedirBeanConfigurationPathTranslator

        public BasedirBeanConfigurationPathTranslator​(java.io.File basedir)
        Creates a new path translator using the specified base directory.
        Parameters:
        basedir - The base directory to resolve relative paths against, may be null to disable path translation.