Searched refs:AttributeCopyOption (Results 1 – 4 of 4) sorted by relevance
24 enum AttributeCopyOption { enum
557 AttributeCopyOption attributeCopyOption = AttributeCopyOption.NONE; in copy()563 attributeCopyOption = AttributeCopyOption.BASIC; in copy()568 sameFileSystem ? AttributeCopyOption.ALL : AttributeCopyOption.BASIC; in copy()
153 File copyWithoutContent(File file, AttributeCopyOption attributeCopyOption) throws IOException { in copyWithoutContent()
172 public void copyAttributes(File file, File copy, AttributeCopyOption copyOption) { in copyAttributes()