[jboss-jira] [JBoss JIRA] Created: (JBVFS-19) Add context name to VirtualFile/VirtualFileHandler
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Wed Mar 19 10:54:51 EDT 2008
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
Fix For: 2.0.0.Beta10
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
More information about the jboss-jira
mailing list