FileVisitor extension method

Paulo Levi i30817 at gmail.com
Sat Jun 9 14:03:57 PDT 2012


As extension methods are in imminent danger of being added, would it be
likely to have a

void accept(Path p) default {
 accept(p.toFile());
}

or would that be too dangerous (are there providers that have toFile() as a
stub?)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/nio-discuss/attachments/20120609/00395cec/attachment.html 


More information about the nio-discuss mailing list