Uses of Interface
org.jboss.vfs.util.automount.MountOwner
-
Packages that use MountOwner Package Description org.jboss.vfs.util.automount -
-
Uses of MountOwner in org.jboss.vfs.util.automount
Classes in org.jboss.vfs.util.automount that implement MountOwner Modifier and Type Class Description classAbstractMountOwner<T>Abstract MountOwner used to wrap a real object as an owner.classSimpleMountOwnerSimple mount owner wrapper relying on any object type as the owner.classVirtualFileOwnerMount owner using aVirtualFileas the actual owner.Methods in org.jboss.vfs.util.automount with parameters of type MountOwner Modifier and Type Method Description static voidAutomounter. cleanup(MountOwner owner)Cleanup all references from theMountOwner.static voidAutomounter. mount(MountOwner owner, VirtualFile target, MountOption... mountOptions)Mount providedVirtualFile(if not mounted) and add an owner entry.
-