Class PlainJavaFileUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File copy​(java.io.File file, java.nio.file.Path destination, org.eclipse.core.runtime.IProgressMonitor monitor)  
      static java.io.File directory​(java.io.File potentialDirectory)  
      static java.io.File internalResource​(java.io.File potentialInternal, PlainJavaProject project)  
      static void move​(java.io.File file, java.nio.file.Path destination, org.eclipse.core.runtime.IProgressMonitor monitor)  
      static void walk​(java.io.File file, org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.String taskname, PlainJavaFileUtil.PathHandler pathHandler)  
      static void withMonitor​(java.io.File file, org.eclipse.core.runtime.IProgressMonitor monitor, java.lang.String taskname, PlainJavaFileUtil.PathHandler pathHandler)  
      • Methods inherited from class java.lang.Object

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

      • copy

        public static java.io.File copy​(java.io.File file,
                                        java.nio.file.Path destination,
                                        org.eclipse.core.runtime.IProgressMonitor monitor)
      • move

        public static void move​(java.io.File file,
                                java.nio.file.Path destination,
                                org.eclipse.core.runtime.IProgressMonitor monitor)
      • directory

        public static java.io.File directory​(java.io.File potentialDirectory)
      • internalResource

        public static java.io.File internalResource​(java.io.File potentialInternal,
                                                    PlainJavaProject project)
      • walk

        public static void walk​(java.io.File file,
                                org.eclipse.core.runtime.IProgressMonitor monitor,
                                java.lang.String taskname,
                                PlainJavaFileUtil.PathHandler pathHandler)
      • withMonitor

        public static void withMonitor​(java.io.File file,
                                       org.eclipse.core.runtime.IProgressMonitor monitor,
                                       java.lang.String taskname,
                                       PlainJavaFileUtil.PathHandler pathHandler)