public interface CopyOption
Objects of this type may be used with the Files.copy(Path,Path,CopyOption...)
and Files.move(Path,Path,CopyOption...)
methods to configure how a file is
copied or moved.
The StandardCopyOption
enumeration type defines the
standard options.
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.