JBoss VFS 3.1.0.Final-redhat-2

Uses of Interface
org.jboss.vfs.util.automount.MountOwner

Packages that use MountOwner
org.jboss.vfs.util.automount   
 

Uses of MountOwner in org.jboss.vfs.util.automount
 

Classes in org.jboss.vfs.util.automount that implement MountOwner
 class AbstractMountOwner<T>
          Abstract MountOwner used to wrap a real object as an owner.
 class SimpleMountOwner
          Simple mount owner wrapper relying on any object type as the owner.
 class VirtualFileOwner
          Mount owner using a VirtualFile as the actual owner.
 

Methods in org.jboss.vfs.util.automount with parameters of type MountOwner
static void Automounter.cleanup(MountOwner owner)
          Cleanup all references from the MountOwner.
static void Automounter.mount(MountOwner owner, VirtualFile target, MountOption... mountOptions)
          Mount provided VirtualFile (if not mounted) and add an owner entry.
 


JBoss VFS 3.1.0.Final-redhat-2

Copyright © 2012 JBoss, A division of Red Hat, Inc. All Rights Reserved.