Searched defs:CopyOption (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DCopyOption.java32 * Files#copy(Path,Path,CopyOption[]) Files.copy(Path,Path,CopyOption...)},
33 * {@link Files#copy(java.io.InputStream,Path,CopyOption[])
34 * Files.copy(InputStream,Path,CopyOption...)} and {@link Files#move
35 * Files.move(Path,Path,CopyOption...)} methods to configure how a file is
44 public interface CopyOption { interface

Completed in 86 milliseconds