[jboss-jira] [JBoss JIRA] Updated: (JBVFS-172) Allow for additional handles on Automounter
Ales Justin (JIRA)
jira-events at lists.jboss.org
Wed Mar 30 08:44:38 EDT 2011
[ https://issues.jboss.org/browse/JBVFS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin updated JBVFS-172:
------------------------------
Git Pull Request: https://github.com/jbossas/jboss-vfs/pull/1
> 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