Package de.fraunhofer.aisec.cpg.helpers
Class CommonPath
java.lang.Object
de.fraunhofer.aisec.cpg.helpers.CommonPath
public class CommonPath
extends java.lang.Object
Find the common root path for a list of files
-
Method Summary
Modifier and Type Method Description static @Nullable java.io.FilecommonPath(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 Details
-
commonPath
public static @Nullable java.io.File commonPath(java.util.Collection<java.io.File> paths)
-