Uses of Class
org.jboss.vfs.util.automount.MountOption
-
Packages that use MountOption Package Description org.jboss.vfs.util.automount -
-
Uses of MountOption in org.jboss.vfs.util.automount
Methods in org.jboss.vfs.util.automount that return MountOption Modifier and Type Method Description static MountOptionMountOption. valueOf(String name)Returns the enum constant of this type with the specified name.static MountOption[]MountOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.vfs.util.automount with parameters of type MountOption Modifier and Type Method Description static voidAutomounter. mount(Object owner, VirtualFile target, MountOption... mountOptions)Mount providedVirtualFile(if not mounted) and add an owner entry.static voidAutomounter. mount(MountOwner owner, VirtualFile target, MountOption... mountOptions)Mount providedVirtualFile(if not mounted) and add an owner entry.static voidAutomounter. mount(VirtualFile target, MountOption... mountOptions)Mount providedVirtualFile(if not mounted) and set the owner to be the provided target.static voidAutomounter. mount(VirtualFile owner, VirtualFile target, MountOption... mountOptions)Mount providedVirtualFile(if not mounted) and add an owner entry.
-