コード例 #1
0
ファイル: SVNClient.java プロジェクト: deleteman/testing
 public void add(String path, int depth, boolean force, boolean noIgnores, boolean addParents)
     throws ClientException {
   myDelegate.add(path, depth, force, noIgnores, addParents);
 }
コード例 #2
0
ファイル: SVNClient.java プロジェクト: deleteman/testing
 public void add(String path, boolean recurse, boolean force) throws ClientException {
   myDelegate.add(path, recurse, force);
 }