Class WorkspaceUtils


  • public class WorkspaceUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isSameFile​(java.io.File file1, java.io.File file2)  
      static boolean isSameFile​(java.io.File file1, java.lang.String filename2)  
      • Methods inherited from class java.lang.Object

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

      • isSameFile

        public static boolean isSameFile​(java.io.File file1,
                                         java.lang.String filename2)
      • isSameFile

        public static boolean isSameFile​(java.io.File file1,
                                         java.io.File file2)