Ejemplo n.º 1
0
 public void move(
     String[] srcPaths,
     String destPath,
     String message,
     boolean force,
     boolean moveAsChild,
     boolean makeParents,
     Map revpropTable)
     throws ClientException {
   myDelegate.move(srcPaths, destPath, message, force, moveAsChild, makeParents, revpropTable);
 }
Ejemplo n.º 2
0
 public void move(String srcPath, String destPath, String message, boolean force)
     throws ClientException {
   myDelegate.move(srcPath, destPath, message, force);
 }