plus
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.
Return
The union of this tree and the given tree.
Parameters
file Tree
The tree. Should not be null.