Can we add a VFS/VirtualFile.getChild() that doesn't throw an IOException?
| /**
| * Get a child
| *
| * @return the child or <code>null</code> if not found
| * @throws IOException if a real problem occurs
| */
| public VirtualFile getChild() throws IOException {}
|
I imagine the construction of the all the IOExceptions to say "file not found"
from findChild() is pretty slow. :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119003#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...