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 MountOption
MountOption. valueOf(java.lang.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 private static MountConfig
Automounter. getMountConfig(MountOption[] mountOptions)
Creates a MountConfig and applies the provided mount optionsstatic void
Automounter. mount(java.lang.Object owner, VirtualFile target, MountOption... mountOptions)
Mount providedVirtualFile
(if not mounted) and add an owner entry.static void
Automounter. mount(MountOwner owner, VirtualFile target, MountOption... mountOptions)
Mount providedVirtualFile
(if not mounted) and add an owner entry.static void
Automounter. mount(VirtualFile target, MountOption... mountOptions)
Mount providedVirtualFile
(if not mounted) and set the owner to be the provided target.static void
Automounter. mount(VirtualFile owner, VirtualFile target, MountOption... mountOptions)
Mount providedVirtualFile
(if not mounted) and add an owner entry.
-