Class CopyPath

java.lang.Object
javaforce.utils.CopyPath
All Implemented Interfaces:
KeyEvents

public class CopyPath extends Object implements KeyEvents
  • Field Details

    • args

      public static String[] args
    • ansi

      public ANSI ansi
    • src

      public String src
    • dest

      public String dest
    • found

      public int found
    • copied

      public int copied
    • skipped

      public int skipped
    • total

      public int total
    • done

      public int done
    • lastdone

      public int lastdone
    • progress

      public ProgressBar progress
  • Constructor Details

    • CopyPath

      public CopyPath()
  • Method Details

    • keyPressed

      public void keyPressed(int keyCode, int keyMods)
      Specified by:
      keyPressed in interface KeyEvents
    • keyTyped

      public void keyTyped(char key)
      Specified by:
      keyTyped in interface KeyEvents
    • main

      public static void main(String[] args)
    • usage

      public void usage()
    • run

      public void run()
    • findPath

      public void findPath(File src)
    • copyPath

      public void copyPath(File src, File dest) throws Exception
      Throws:
      Exception