api / org.gradle.api.file / FileTree / plus

plus

abstract fun plus(fileTree: FileTree): FileTree

Returns a FileTree which contains the union of this tree and the given tree. The returned tree is live, so that changes to either this tree or the other source tree are reflected in the returned tree.

Parameters

fileTree - The tree. Should not be null.

Return
The union of this tree and the given tree.