Uploaded image for project: 'JBoss VFS'
  1. JBoss VFS
  2. JBVFS-19

Add context name to VirtualFile/VirtualFileHandler

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0.Beta12
    • 2.0.0.Beta9
    • None
    • None

      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();

            marko.strukelj@gmail.com Marko Strukelj
            starksm64 Scott Stark (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: