Uses of Class
org.jboss.vfs.util.automount.MountConfig
Packages that use MountConfig
-
Uses of MountConfig in org.jboss.vfs.util.automount
Methods in org.jboss.vfs.util.automount that return MountConfigModifier and TypeMethodDescriptionprivate 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 MountConfigModifier and TypeMethodDescription(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)