Searched refs:newOptions (Results 1 – 1 of 1) sorted by relevance
82 CopyOption[] newOptions = new CopyOption[len+2]; in convertMoveToCopyOptions() local89 newOptions[i] = option; in convertMoveToCopyOptions()91 newOptions[len] = LinkOption.NOFOLLOW_LINKS; in convertMoveToCopyOptions()92 newOptions[len+1] = StandardCopyOption.COPY_ATTRIBUTES; in convertMoveToCopyOptions()93 return newOptions; in convertMoveToCopyOptions()