Пример #1
0
 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);
 }
Пример #2
0
 public void copy(String srcPath, String destPath, String message, Revision revision)
     throws ClientException {
   myDelegate.copy(srcPath, destPath, message, revision);
 }