Class CommonPath


  • public class CommonPath
    extends java.lang.Object
    Find the common root path for a list of files
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @Nullable java.io.File commonPath​(java.util.Collection<java.io.File> paths)  
      • Methods inherited from class java.lang.Object

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

      • commonPath

        public static @Nullable java.io.File commonPath​(java.util.Collection<java.io.File> paths)