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); }
public void move(String srcPath, String destPath, String message, boolean force) throws ClientException { myDelegate.move(srcPath, destPath, message, force); }