I am using the VFSDeploymentUnit.getFile method.
| VirtualFile returnFile = null;
| if (unit instanceof VFSDeploymentUnit)
| {
| VFSDeploymentUnit vfsUnit = VFSDeploymentUnit.class.cast(unit);
| returnFile = vfsUnit.getFile(filePath);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133263#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...