| Package | Description |
|---|---|
| org.jboss.vfs.util.automount |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
private static MountConfig |
Automounter.getMountConfig(MountOption[] mountOptions)
Creates a MountConfig and applies the provided mount options
|
static void |
Automounter.mount(MountOwner owner,
VirtualFile target,
MountOption... mountOptions)
Mount provided
VirtualFile (if not mounted) and add an owner entry. |
static void |
Automounter.mount(java.lang.Object owner,
VirtualFile target,
MountOption... mountOptions)
Mount provided
VirtualFile (if not mounted) and add an owner entry. |
static void |
Automounter.mount(VirtualFile target,
MountOption... mountOptions)
Mount provided
VirtualFile (if not mounted) and set the owner to be the provided target. |
static void |
Automounter.mount(VirtualFile owner,
VirtualFile target,
MountOption... mountOptions)
Mount provided
VirtualFile (if not mounted) and add an owner entry. |