Class Plugin.Engine.Target.ForFolder.Dispatcher.ForJava7CapableVm

    • Constructor Detail

      • ForJava7CapableVm

        protected ForJava7CapableVm​(Method toPath,
                                    Method copy,
                                    Object[] copyOptions)
        Creates a new NIO2 capable dispatcher.
        Parameters:
        toPath - The java.io.File#toPath() method.
        copy - The java.nio.Files#copy(Path,Path,CopyOption[]) method.
        copyOptions - The copy options to apply.