"adrian(a)jboss.org" wrote : 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 can add this, and we can then slowly move the findChild usage to this new getChild +
null check.
And I guess you mean getChild(String path)? ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119070#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...