|
JBoss VFS 3.1.0.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MountOption | |
---|---|
org.jboss.vfs.util.automount |
Uses of MountOption in org.jboss.vfs.util.automount |
---|
Methods in org.jboss.vfs.util.automount that return MountOption | |
---|---|
static MountOption |
MountOption.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 | |
---|---|
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(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. |
|
JBoss VFS 3.1.0.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |