[
http://jira.jboss.com/jira/browse/JBVFS-19?page=all ]
Ales Justin resolved JBVFS-19.
------------------------------
Resolution: Done
This is impl detail of JBVFS-4, which is noop in vfszip.
Add context name to VirtualFile/VirtualFileHandler
--------------------------------------------------
Key: JBVFS-19
URL:
http://jira.jboss.com/jira/browse/JBVFS-19
Project: JBoss VFS
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 2.0.0.Beta9
Reporter: Scott M Stark
Assigned To: Marko Strukelj
Fix For: 2.0.0.Beta12
Coming out of the discussion of JBVFS-4, we need a contextName property to allow the name
to always be non-empty.
/**
* 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. 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();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira