Re: [io] New filevisitor package

2018-02-03 Thread Gary Gregory
On Feb 3, 2018 13:07, "Jochen Wiedmann" wrote: My impression is, that you are referring to Files.walkFileTree? Yep. Gary Jochen On Fri, Feb 2, 2018 at 9:39 PM, Gary Gregory wrote: > Hi All: > > I propose a new package for [IO]:

Re: [io] New filevisitor package

2018-02-03 Thread Jochen Wiedmann
My impression is, that you are referring to Files.walkFileTree? Jochen On Fri, Feb 2, 2018 at 9:39 PM, Gary Gregory wrote: > Hi All: > > I propose a new package for [IO]: org.apache.commons.io.filevisitor. > > This package will implementations of FileVisitor just like

[io] New filevisitor package

2018-02-02 Thread Gary Gregory
Hi All: I propose a new package for [IO]: org.apache.commons.io.filevisitor. This package will implementations of FileVisitor just like our filefilter package contains implementations of java.io.FileFilter. These implementation can then be used with the more efficient Java 7 Files.walk()