Currently the name is "" for the root is the contract. Make the difference
between the name and vfs path context name explicit to document the different, JBVFS-19
| /**
| * Get the simple VF name (X.java)
| *
| * @return the simple, non-empty file name of the VF
| */
| String getName();
|
| /**
| * Get the simple VF context name (X.java). This is the name portion of the VF in
the pathName.
| *
| * @return the path context name for the VFS relative path name. This will be empty
for root VFs.
| */
| String getContextName();
|
| /**
| * Get the VFS relative path name (org/jboss/X.java)
| *
| * @return the VFS relative path name. This will be empty for root VFs.
| */
| String getPathName();
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137797#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...