Class ResolveFile


  • public class ResolveFile
    extends java.lang.Object
    Resolve relative file path against the given base directory
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolveFile()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File resolveFile​(java.io.File file, java.lang.String baseDirectory)  
      • Methods inherited from class java.lang.Object

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

      • ResolveFile

        public ResolveFile()
    • Method Detail

      • resolveFile

        public static java.io.File resolveFile​(java.io.File file,
                                               java.lang.String baseDirectory)