Home | History | Annotate | Download | only in file

Lines Matching defs:Copy

52 public class Copy {
63 * Copy source file to target location. If {@code prompt} is true then
73 Files.copy(source, target, options);
75 System.err.format("Unable to copy: %s: %s%n", source, x);
98 // before visiting entries in a directory we copy the directory
105 Files.copy(dir, newdir, options);
131 System.err.format("Unable to copy all attributes to: %s: %s%n", newdir, x);
142 System.err.format("Unable to copy: %s: %s%n", file, exc);
149 System.err.println("java Copy [-ip] source... target");
150 System.err.println("java Copy -r [-ip] source-dir... target");
194 // copy each source file/directory to target