[jboss-jira] [JBoss JIRA] Updated: (JBVFS-19) Add context name to VirtualFile/VirtualFileHandler
Ales Justin (JIRA)
jira-events at lists.jboss.org
Sat Mar 29 16:38:54 EDT 2008
[ http://jira.jboss.com/jira/browse/JBVFS-19?page=all ]
Ales Justin updated JBVFS-19:
-----------------------------
Fix Version/s: 2.0.0.Beta11
(was: 2.0.0.Beta10)
> 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.Beta11
>
>
> 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