Is it OK to change FilterSetCollection and make it implement ChainableReader ?

This way I can simplify  :

public void copyFile(File sourceFile, File destFile,
                         FilterSetCollection filters, Vector filterChains,
                         boolean overwrite, boolean preserveLastModified,
                         String inputEncoding, String outputEncoding,
                         Project project)


I would like FilterSets to preserve the line endings of the original files 
being processes, like filter chains.

Objections ?

Antoine

Reply via email to