Lines Matching refs:targetDir
85 public void copy(String sourceDir, String targetDir) throws Exception in copy() argument
87 copy(sourceDir,targetDir,(Verifier)null); in copy()
90 public void copy(String sourceDir, String targetDir, Verifier verifier) throws Exception in copy() argument
95 copy(sourceDir, (String)files.get(i), targetDir); in copy()
100 …public void copy(String sourceDir, String filename, String targetDir, String targetName) throws Ex… in copy() argument
102 if (!fa.exists(targetDir,true)) in copy()
104 fa.fileAccess.createFolder(targetDir); in copy()
107 executeCommand(ucb, "globalTransfer", copyArg(sourceDir,filename, targetDir,targetName)); in copy()
117 public void copy(String sourceDir, String filename, String targetDir) throws Exception in copy() argument
119 copy(sourceDir,filename, targetDir, PropertyNames.EMPTY_STRING); in copy()
130 …CommandArgument copyArg(String sourceDir, String sourceFilename, String targetDir, String targetFi… in copyArg() argument
136 aArg.TargetURL = targetDir; in copyArg()