In what parameter? Are we supposed to look over your shoulder at what you typed? You create a new Scanner instance for each file in a list (or any other collection). If you're getting errors trying to do that, you need to post your code and the exact error message.
By the way, my code fragment above used the wrong constructor form (it passed the string file name instead of a File object) and has been edited accordingly.