public void copy( CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, Map revpropTable) throws ClientException { myDelegate.copy(sources, destPath, message, copyAsChild, makeParents, revpropTable); }
public void copy(String srcPath, String destPath, String message, Revision revision) throws ClientException { myDelegate.copy(srcPath, destPath, message, revision); }