org.bee.func
Class mv

java.lang.Object
  extended by org.bee.func.cp
      extended by org.bee.func.mv

public class mv
extends cp


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bee.func.cp
cp.FileCopier
 
Field Summary
 
Fields inherited from class org.bee.func.cp
append
 
Constructor Summary
mv()
           
 
Method Summary
protected  java.lang.String action(java.io.File srcFile, java.io.File destFile, boolean append)
           
static java.util.List<java.lang.String> eval(java.lang.String... copyPairs)
           
 
Methods inherited from class org.bee.func.cp
copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mv

public mv()
Method Detail

eval

public static java.util.List<java.lang.String> eval(java.lang.String... copyPairs)

action

protected java.lang.String action(java.io.File srcFile,
                                  java.io.File destFile,
                                  boolean append)
Overrides:
action in class cp