Uses of Interface
org.jboss.vfs.util.automount.MountOwner
Packages that use MountOwner
-
Uses of MountOwner in org.jboss.vfs.util.automount
Classes in org.jboss.vfs.util.automount that implement MountOwnerModifier and TypeClassDescriptionclassAbstract MountOwner used to wrap a real object as an owner.classSimple mount owner wrapper relying on any object type as the owner.classMount owner using aVirtualFileas the actual owner.Fields in org.jboss.vfs.util.automount with type parameters of type MountOwnerModifier and TypeFieldDescriptionprivate final Set<MountOwner> Automounter.RegistryEntry.inboundReferencesprivate static final ConcurrentMap<MountOwner, Set<Automounter.RegistryEntry>> Automounter.ownerReferencesMethods in org.jboss.vfs.util.automount with parameters of type MountOwnerModifier and TypeMethodDescriptionstatic 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.private voidAutomounter.RegistryEntry.removeInboundReference(MountOwner owner)