Uses of Enum
org.jboss.vfs.util.automount.MountOption
Packages that use MountOption
-
Uses of MountOption in org.jboss.vfs.util.automount
Methods in org.jboss.vfs.util.automount that return MountOptionModifier and TypeMethodDescriptionstatic MountOption
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 MountOptionModifier and TypeMethodDescriptionprivate static MountConfig
Automounter.getMountConfig
(MountOption[] mountOptions) Creates a MountConfig and applies the provided mount optionsstatic void
Automounter.mount
(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.