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); }
public long doExport(String srcPath, String destPath, Revision revision, boolean force) throws ClientException { return myDelegate.doExport(srcPath, destPath, revision, force); }