[jboss-jira] [JBoss JIRA] Created: (JBVFS-172) Allow for additional handles on Automounter

Ales Justin (JIRA) jira-events at lists.jboss.org
Wed Mar 30 08:42:38 EDT 2011


Allow for additional handles on Automounter
-------------------------------------------

                 Key: JBVFS-172
                 URL: https://issues.jboss.org/browse/JBVFS-172
             Project: JBoss VFS
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.0.CR5
            Reporter: Ales Justin
            Assignee: John Bailey


We should be able to add external mounted handles to existing mount owners.

e.g.
VirtualFile root = context.getFile();
VirtualFile linkChild = link.getChild(li.name);
Closeable closeable = VFS.mountReal(new File(li.uri), linkChild);
Automounter.addHandle(root, closeable); // <-- new feature



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list