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 MountOptionReturns 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 MountConfigAutomounter.getMountConfig(MountOption[] mountOptions) Creates a MountConfig and applies the provided mount optionsstatic 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.