Class MergeCopyOption
- java.lang.Object
-
- org.uberfire.java.nio.base.options.MergeCopyOption
-
- All Implemented Interfaces:
CopyOption,Option
public class MergeCopyOption extends Object implements CopyOption
This is the CopyOption that allows to merge two branches when executing copy method. You have to apply it as the third parameter of FileSystemProvider.copy() method.