Uses of Class
org.jboss.vfs.util.automount.MountConfig
-
Packages that use MountConfig Package Description org.jboss.vfs.util.automount -
-
Uses of MountConfig in org.jboss.vfs.util.automount
Methods in org.jboss.vfs.util.automount that return MountConfig Modifier and Type Method Description private static MountConfig
Automounter. getMountConfig(MountOption[] mountOptions)
Creates a MountConfig and applies the provided mount optionsMethods in org.jboss.vfs.util.automount with parameters of type MountConfig Modifier and Type Method Description (package private) abstract void
MountOption. applyTo(MountConfig config)
Each option must apply its custom settings to tehMountConfig
.private void
Automounter.RegistryEntry. mount(VirtualFile target, MountConfig mountConfig)
-