Ejemplo n.º 1
0
 public long doExport(
     String srcPath,
     String destPath,
     Revision revision,
     Revision pegRevision,
     boolean force,
     boolean ignoreExternals,
     int depth,
     String nativeEOL)
     throws ClientException {
   return myDelegate.doExport(
       srcPath, destPath, revision, pegRevision, force, ignoreExternals, depth, nativeEOL);
 }
Ejemplo n.º 2
0
 public long doExport(String srcPath, String destPath, Revision revision, boolean force)
     throws ClientException {
   return myDelegate.doExport(srcPath, destPath, revision, force);
 }