Hello again friends, as they are?

Today I bring the next question, I could not solve, or at least visualize the most appropriate way to resolve it.

I have a process called "refactor" who want to reuse, and have two tasks or actions, "delete" and "rename" I want to run, each on demand clear is.

The question itself is as follows:

How I can do to make this process receives a list of files to be modified and indicating the type of action "delete" and "rename" ?.

Is there a design pattern that allows me to perform this task ?.

I have been researching but not achievement which can serve to identify me.

Although I think the closest to what I want are: Command, strategy

Thanks in advance.